summaryrefslogtreecommitdiffstats
path: root/settings.py
diff options
context:
space:
mode:
Diffstat (limited to 'settings.py')
-rw-r--r--settings.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/settings.py b/settings.py
index 2e82ee3..674c408 100644
--- a/settings.py
+++ b/settings.py
@@ -18,6 +18,7 @@ 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.passive.rejoin_on_kick.RejoinOnKick',
21 'wmd.actions.modules.ReloadModule', 22 'wmd.actions.modules.ReloadModule',
22 'wmd.actions.modules.LoadModule', 23 'wmd.actions.modules.LoadModule',
23 'wmd.actions.modules.ListModules', 24 'wmd.actions.modules.ListModules',