summaryrefslogtreecommitdiffstats
path: root/settings.py
diff options
context:
space:
mode:
authorjason2012-07-21 14:48:44 -0600
committerjason2012-07-21 14:48:44 -0600
commitbfbae7bffc6d521a150151452247c2d5b5904bb9 (patch)
treeb4ba7ac27a813d4193bc61113c44c3fa80a5e014 /settings.py
parentd9704befb3ab905cd0f7b88fee2fbd4bcf9edf1e (diff)
downloadwarmachine-bfbae7bffc6d521a150151452247c2d5b5904bb9.tar.gz
warmachine-bfbae7bffc6d521a150151452247c2d5b5904bb9.zip
added nickserv to the passive actions directory.
Diffstat (limited to 'settings.py')
-rw-r--r--settings.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/settings.py b/settings.py
index 6591f19..b9d2cfd 100644
--- a/settings.py
+++ b/settings.py
@@ -16,7 +16,7 @@ CHANNELS = ('#warmachine-dev',)
16ADMINS = ('com4',) 16ADMINS = ('com4',)
17 17
18ACTIONS = ( 18ACTIONS = (
19 'wmd.actions.nickserv.IdentWithNickserv', 19 'wmd.actions.passive.nickserv.IdentWithNickserv',
20) 20)
21 21
22try: 22try: