Commit Graph

10 Commits

Author SHA1 Message Date
Brian S. Stephan ed63e027d4 dr.botzo.py: optionally connect via ipv6, ssl 2013-01-22 17:12:37 -06:00
Brian S. Stephan 89847a6e58 IrcAdmin: sleep a configured time before autojoin
this is to let any sort of autosend commands apply before joining
channels. for example, i have my bot set to turn on its hostserv cloak,
which was sometimes happening after channel joins, making its hostname
appear different in various channels. this solves that

as a total aside, this module is becoming really poorly named, i should
probably do something about that
2013-01-13 11:45:01 -06:00
Brian S. Stephan b51b8b521d IrcAdmin: option for sending privmsgs on connect
nickserv/hostserv stuff are the obvious uses for this. i guess you could
have some sort of "hi i connected" type thing to the admin if you wanted
2012-12-18 20:15:32 -06:00
Brian S. Stephan 1a36becead convert to a MySQL backend
WARNING!
there's no going back now. this change is *huge* but it was overdue.
WARNING!

the database backend is now mysql. modules that should use a database
but don't yet were left untouched, they'll come later. scripts haven't
been converted yet, though i'm pretty sure i'll need to soon.

while i was going through everything, connection/cursor idioms were
cleaned up, as were a bunch of log messages and exception handling. this
change is so gross i'm happy things appear to be working, which is
the case --- all modules are lightly tested.
2012-07-27 02:18:01 -05:00
Mike Bloy 84ba3107f0 include rank in karma output 2010-10-24 15:13:01 -05:00
Mike Bloy a64c83ce59 working karma module 2010-10-23 22:52:15 -05:00
Brian S. Stephan 4d41314195 standardize config sections to use class name. NOTE: USERS NEED TO UPDATE THEIR CONFIG 2010-08-01 11:41:26 -05:00
Brian S. Stephan 48e5c513ae example of modules section in dr.botzo.cfg.example 2010-07-29 23:57:05 -05:00
Brian S. Stephan d96e70989c removing newlines that are wrong to have in dr.botzo.cfg 2010-07-29 17:11:37 -05:00
Brian S. Stephan 8fcd0a9949 dr.botzo.cfg -> dr.botzo.cfg.example, now that quitting the bot's connection will save the config and create a lot of noise if i were committing all of that 2010-07-24 13:22:07 -05:00