summaryrefslogtreecommitdiffstats
path: root/settings.py
diff options
context:
space:
mode:
authorjason2012-08-11 11:10:36 -0600
committerjason2012-08-11 11:10:36 -0600
commit2ad5e43a3005736b012cbb018116c78fba607185 (patch)
tree80cba44583f6999910b8f4673c5ac6981b3fe13c /settings.py
parentba7d6e1cb4a6869a5bf4437576db91af28fac229 (diff)
downloadwarmachine-2ad5e43a3005736b012cbb018116c78fba607185.tar.gz
warmachine-2ad5e43a3005736b012cbb018116c78fba607185.zip
create a settings db and tables.
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',