dr.botzo/dr_botzo
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
..
acro convert the project via 2to3 2016-01-16 18:02:17 -06:00
countdown change __unicode__()s to __str__()s 2016-01-16 18:21:46 -06:00
dice convert the project via 2to3 2016-01-16 18:02:17 -06:00
dispatch dispatch: new auto-migration, either django or py3 2016-01-16 19:56:14 -06:00
dr_botzo remove deprecated TEMPLATE_DIRS setting 2015-09-17 22:23:14 -05:00
facts change __unicode__()s to __str__()s 2016-01-16 18:21:46 -06:00
ircbot ircbot: implement !reload for plugins 2016-01-17 10:56:39 -06:00
karma change __unicode__()s to __str__()s 2016-01-16 18:21:46 -06:00
markov markov: fake a __stop if a k1,k2 has no v 2016-01-16 23:41:46 -06:00
pi change __unicode__()s to __str__()s 2016-01-16 18:21:46 -06:00
races change __unicode__()s to __str__()s 2016-01-16 18:21:46 -06:00
seen change __unicode__()s to __str__()s 2016-01-16 18:21:46 -06:00
static/css reorganizing project directories, part 1 2015-05-08 20:37:22 -05:00
storycraft change __unicode__()s to __str__()s 2016-01-16 18:21:46 -06:00
templates Django 1.8 port: move markov templates to app dir 2015-05-15 08:30:58 -05:00
transform transform: use new py3 base64 API 2016-01-16 19:37:24 -06:00
twitter twitter: don't re-encode response as utf-8 2016-01-16 19:33:03 -06:00
weather weather: use requests library over urllib/json 2016-01-16 19:39:33 -06:00
.prospector.yaml add prospector and config 2015-06-20 02:00:56 -05:00
manage.py reorganizing project directories, part 1 2015-05-08 20:37:22 -05:00