dr.botzo/modules
Brian S. Stephan 01d3c7c80c migrate some code that became pivotal to the bot into DrBotIRC.
this is a big change. DrBotIrc is now in charge of module loading
and unloading, aliases, and recursion. the Alias module is no more,
and a bunch of functionality was moved out of IrcAdmin, including
also config file saving, the sigint handler, and quitting the bot.

additionally, a lot of stuff got caught in the wake. dr.botzo.py
is simpler now, and lets DrBotIRC do the dynamic loading stuff.
Module.__init__ changed, modules no longer get modlist and instead
get a reference to the DrBotIRC object. IrcAdmin still has the same
exposed methods, but now calls out to DrBotIRC to achieve some of
them.

naturally, a recursion/alias rewrite was included with this change.
it is clearer now (i think), but probably brittle somewhere.
additionally, currently any module that has registered a pubmsg
handler can potentially fire more than once on one input (without
recursion). this may be the next thing to fix. do() may need to
be split, or maybe it's time to stop having modules deal with
pubmsg/privmsg entirely. need to decide.

WEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEE
2011-01-07 17:38:26 -06:00
..
Countdown.py convert to/standardize docstrings a bit. 2011-01-06 23:25:46 -06:00
Dice.py convert to/standardize docstrings a bit. 2011-01-06 23:25:46 -06:00
Echo.py convert to/standardize docstrings a bit. 2011-01-06 23:25:46 -06:00
EightBall.py migrate some code that became pivotal to the bot into DrBotIRC. 2011-01-07 17:38:26 -06:00
FactFile.py convert to/standardize docstrings a bit. 2011-01-06 23:25:46 -06:00
Facts.py convert to/standardize docstrings a bit. 2011-01-06 23:25:46 -06:00
GoogleTranslate.py Revert "fix the cheap unicode escapes in GoogleTranslate" 2011-01-07 17:11:00 -06:00
IrcAdmin.py migrate some code that became pivotal to the bot into DrBotIRC. 2011-01-07 17:38:26 -06:00
Karma.py migrate some code that became pivotal to the bot into DrBotIRC. 2011-01-07 17:38:26 -06:00
MegaHAL.py migrate some code that became pivotal to the bot into DrBotIRC. 2011-01-07 17:38:26 -06:00
Pi.py change the format of the pi output a bit 2010-10-28 20:05:08 -05:00
Seen.py remove overload of on_pubmsg() 2010-09-08 20:44:09 -05:00
TextTransform.py add uppercase text transform 2010-12-16 20:28:26 -06:00
Trigger.py make trigger work with regexes 2010-08-01 12:22:59 -05:00
Twitter.py migrate some code that became pivotal to the bot into DrBotIRC. 2011-01-07 17:38:26 -06:00
Urls.py standardize config sections to use class name. NOTE: USERS NEED TO UPDATE THEIR CONFIG 2010-08-01 11:41:26 -05:00
Weather.py fix spaces in city name 2010-12-09 13:09:01 -06:00