
 AntiSpamBot's Autoreply Help
 ----------------------------

 The autoreply script allows you to make your bot reply to specific text to trigger
 spam script which messages users with harmless text like 'hi' and only spams the
 user when a reply is recieved. Some examples are already in the script to help
 you understand them. You can edit the autoreply text from the settings menu in    AntiSpamBot. The script can respond to msgs or notices in the following ways:

 * Replying with a message.
 * Replying with a notice.
 * Kick-banning the user.

 You must note that you cannot currently disable this per channel, it is a global 
 setting however the exclude ops/voices is still effective for this.


 Format
 ======
  You must specify each event on a seperate line in the following format:

  <PRIVMSG/NOTICE>:<text mask>:<m/n/k> <message>

  m = reply by msg
  n = reply by notice
  k = reply by kick

 Examples
 ========

  Example 1:
  ----------
  PRIVMSG:*warez*:k this isn't a warez channel

  This causes the script to kick anyone who msgs the bot with a message containing the
  word 'warez'. It kicks with the message 'this isn't a warez channel'.

  Example 2:
  ----------
  PRIVMSG:wanna chat*:m not right now thanks

  This replies to people who msg the bot with 'wanna chat' and replies with 'not right
  not thanks'
  
  Example 3:
  ----------
  PRIVMSG:*:n I am not accepting messages

  This replies to ALL messages recieved with a notice saying 'I am not accepting messages'

  Example 4:
  ----------
  NOTICE:*infected*with*a*virus*:k Possible virus bot

  This kicks anyone who notices the bot with anything matching '*infected*with*a*virus*'.

