dr.botzo/dr_botzo/ircbot
Brian S. Stephan 56b495e8fb add an XML-RPC interface to the irc bot
this allows plugins to register methods that can be called over XML-RPC

the old bot used this interface behind apache for a web service, but i
think in this version it will only be for django -> ircbot, and django
will have a rest API for other things
2015-06-13 13:06:10 -05:00
..
ircplugins reference handlers directly rather than w/getattr 2015-05-15 22:21:15 -05:00
management add BotAdmin, IrcPlugin models 2015-05-12 20:45:18 -05:00
migrations ircbot: don't require topic/setter in IrcChannel 2015-05-21 21:14:01 -05:00
__init__.py start the new ircbot framework 2015-05-09 18:56:26 -05:00
admin.py add Alias support 2015-05-14 21:39:20 -05:00
bot.py add an XML-RPC interface to the irc bot 2015-06-13 13:06:10 -05:00
lib.py ircbotlib.reply_destination_for_event 2015-05-12 22:33:09 -05:00
models.py ircbot: don't require topic/setter in IrcChannel 2015-05-21 21:14:01 -05:00