dr.botzo/ircbot
Brian S. Stephan 23bb5cdd78 allow IRCBot.reply() to work eventless
reply() used to require an event, but all it used it for was to
determine the destination and to identify recursion. basically, strictly
only -replies-. we can make this a more robust privmsg, too, by adding
explicit_target and inferring recursion as False. this will let
basically any code currently using privmsg to use reply instead, and
benefit from multi-line and line splitting

bss/dr.botzo#21
2017-02-12 11:33:13 -06:00
..
ircplugins collapsing all of dr_botzo one directory 2017-02-04 11:51:22 -06:00
management collapsing all of dr_botzo one directory 2017-02-04 11:51:22 -06:00
migrations collapsing all of dr_botzo one directory 2017-02-04 11:51:22 -06:00
templates collapsing all of dr_botzo one directory 2017-02-04 11:51:22 -06:00
__init__.py collapsing all of dr_botzo one directory 2017-02-04 11:51:22 -06:00
admin.py collapsing all of dr_botzo one directory 2017-02-04 11:51:22 -06:00
bot.py allow IRCBot.reply() to work eventless 2017-02-12 11:33:13 -06:00
forms.py collapsing all of dr_botzo one directory 2017-02-04 11:51:22 -06:00
lib.py collapsing all of dr_botzo one directory 2017-02-04 11:51:22 -06:00
models.py collapsing all of dr_botzo one directory 2017-02-04 11:51:22 -06:00