Script Name:
                  NoTriggers.tcl
                
                Version: 2.3
                Author: Wcc
                Script Date: 16/07/2002
                Category: Not specified
                Downloads: 15
                
                  File Name:
                  NoTriggers2.3.tar.gz
                
                
                  Short Description:
                  Warns users if they type a banned trigger in the channel. It kicks on the second offense, and bans on the third.
                
              
              
                Extended Description File
                
Information:
   This script warns users if they type a banned trigger in
   the channel.
   It kicks on the second offense, and bans on the third.
Changes log for NoTriggers.tcl:
   Version 2.3
   * Released to the public from the |DAWG| Tcl web site.
   * Fixed a Tcl error when the bot is PRIVMSG'd.
   Version 2.2
   * Released to the public from the |DAWG| Tcl web site.
   * Added the '%chan' and '%trigger' variables to the
     message-format options.
   * You can now customize the trigger list.
   * Code cleanups.
   * User is no longer banned on the 2nd offense.
   * Kick messages are now used correctly.
   * Use the server queue for setting the ban and doing
     the kick.
   Version 2.1
   * Released to the public from the |DAWG| Tcl web site.
   * Rewrote everything.
   Version 2.0
   * Released to the public from the |DAWG| Tcl web site.
   * Minor documentation updates.
   Version 1.9
   * Released to the public from the |DAWG| Tcl web site.
   * Minor documentation updates.
   * Added multi-channel support via setudef. You can now
     enable trigger-guarding on a channel via 
     .chanset <channel> +notriggers.
   Version 1.8
   * Released to the public from the |DAWG| Tcl web site.
   * Minor documentation updates.
   * Put all configuration settings into an array to
     save code.
   Version 1.7
   * Released to the public from the |DAWG| Tcl web site.
   * Added version checking so the script will not attempt
     to run on anything but eggdrop 1.6.x.
   Version 1.6
   * Released to the public from the |DAWG| Tcl web site.
   * Fixed some formatting, documentation, and typo errors.
   * Fixed a bug causing the script not to work if the
     no-trigger channel was not typed in lowercase.
   Version 1.5
   * Released to the public from the |DAWG| Tcl web site.
   * Fixed many bugs.
   * Added an option to not use a servers channel.
   Version 1.4
   * Released to www.egghelp.org