My awesome quiz and link-collecting IRC bot.
Find a file
Jonathan Harker eb6357a3b8 Now uses sqlalchemy for persistent storage and logging.
* Uses sqlalchemy declarative schema for the log and saved URLs.
 * runbot now not using nohup. Will need to be daemonised somehow.
 * Refactored botcommon.py out of existence.
 * Now reads from a config file which can optionally be specified at the
   command line with --config option.
 * Prints usage with --help or if no config file is found.
2010-06-04 04:39:05 +12:00
.gitignore Now uses sqlalchemy for persistent storage and logging. 2010-06-04 04:39:05 +12:00
ircbot.py Now uses sqlalchemy for persistent storage and logging. 2010-06-04 04:39:05 +12:00
irclib.py Adding dependencies from http://code.google.com/p/ircbot-collection/ 2010-05-31 00:15:59 +12:00
lolbot.conf.sample Now uses sqlalchemy for persistent storage and logging. 2010-06-04 04:39:05 +12:00
lolbot.py Now uses sqlalchemy for persistent storage and logging. 2010-06-04 04:39:05 +12:00
runbot Now uses sqlalchemy for persistent storage and logging. 2010-06-04 04:39:05 +12:00