hal

About

hal is a modular IRC bot written in Python. The modules can be classified into three categories: commands, regexps, and events. A command module responds to a specific command (eg, help), a regexp module is more flexible and is activated when text matches a regular expression, and an event module handles a specific IRC event (eg, 376).

hal is still in early days...

Requirements

Licence

GNU General Public Licence

Changes

  • 0.1 (22/05/2003)
    • initial public release