summaryrefslogtreecommitdiffstats
path: root/settings.py
diff options
context:
space:
mode:
Diffstat (limited to 'settings.py')
-rw-r--r--settings.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/settings.py b/settings.py
index f0c930e..bdb1e17 100644
--- a/settings.py
+++ b/settings.py
@@ -15,6 +15,8 @@ CHANNELS = ('#warmachine-dev',)
15 15
16ADMINS = ('com4',) 16ADMINS = ('com4',)
17 17
18DB_PATH = "warmachine.db"
19
18ACTIONS = ( 20ACTIONS = (
19 'wmd.actions.passive.nickserv.IdentWithNickserv', 21 'wmd.actions.passive.nickserv.IdentWithNickserv',
20 'wmd.actions.passive.pong.RespondToPing', 22 'wmd.actions.passive.pong.RespondToPing',