dr.botzo/dr_botzo/ircbot
Brian S. Stephan 6fe6797281 ircbot: implement !reload for plugins
in addition to being a convenient unload plugin, load plugin, this also
uses importlib.reload() to kick the interpreter to reload changed code
inside the plugin's package, if the user requests to reload the entire
package. this seems safe so far

(famous last words)
2016-01-17 10:56:39 -06:00
..
ircplugins convert the project via 2to3 2016-01-16 18:02:17 -06:00
management add BotAdmin, IrcPlugin models 2015-05-12 20:45:18 -05:00
migrations ircbot: new auto-migration, either django or py3 2016-01-16 19:57:11 -06:00
templates privmsg interface to ircbot in django admin 2015-06-13 13:07:52 -05:00
__init__.py start the new ircbot framework 2015-05-09 18:56:26 -05:00
admin.py convert the project via 2to3 2016-01-16 18:02:17 -06:00
bot.py ircbot: implement !reload for plugins 2016-01-17 10:56:39 -06:00
forms.py privmsg interface to ircbot in django admin 2015-06-13 13:07:52 -05:00
lib.py ircbot: use % formatting in some debugging 2016-01-16 19:36:10 -06:00
models.py change __unicode__()s to __str__()s 2016-01-16 18:21:46 -06:00