summaryrefslogtreecommitdiffstats
path: root/settings.py
diff options
context:
space:
mode:
authorjason2012-07-21 16:20:21 -0600
committerjason2012-07-21 16:20:21 -0600
commitecf83c6b4576138d34ee3056db997a66476a3f29 (patch)
tree48486ae033e4515cd1144d1ef0a9a433ddbb3b40 /settings.py
parent95413bf63d54eb08ce4fb2dc972559f36551b195 (diff)
downloadwarmachine-ecf83c6b4576138d34ee3056db997a66476a3f29.tar.gz
warmachine-ecf83c6b4576138d34ee3056db997a66476a3f29.zip
Added support to dynamically load modules.
Diffstat (limited to 'settings.py')
-rw-r--r--settings.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/settings.py b/settings.py
index ec2668f..d6c22a9 100644
--- a/settings.py
+++ b/settings.py
@@ -18,6 +18,9 @@ ADMINS = ('com4',)
18ACTIONS = ( 18ACTIONS = (
19 'wmd.actions.passive.nickserv.IdentWithNickserv', 19 'wmd.actions.passive.nickserv.IdentWithNickserv',
20 'wmd.actions.passive.pong.RespondToPing', 20 'wmd.actions.passive.pong.RespondToPing',
21 'wmd.actions.modules.ReloadModule',
22 'wmd.actions.modules.LoadModule',
23 'wmd.actions.modules.ListModules',
21) 24)
22 25
23try: 26try: