kitt

About

kitt is a modular IRC bot written in Perl. The modules respond to events and can be classified into two categories: commands, regexps. A command module responds to a specific command (eg, help) whereas a regexp module is more flexible and is activated when text matches a regular expression.

Licence

GNU General Public Licence

Changes

  • 1.2 (20/05/2003)
    • Added many new commands
    • Cleaned up a lot of the code
    • Fixed some broken command, regexp, and event modules
  • 1.1 (16/05/2003)
    • massive clean
    • fixed the modules
  • 1.0 (12/05/2003)
    • initial public release