summaryrefslogtreecommitdiffstats
path: root/settings.py
diff options
context:
space:
mode:
authorjason2012-07-21 14:54:20 -0600
committerjason2012-07-21 14:54:20 -0600
commit95413bf63d54eb08ce4fb2dc972559f36551b195 (patch)
treee96468565c28b1ea28378184ad18dcfb1f69efdc /settings.py
parentbfbae7bffc6d521a150151452247c2d5b5904bb9 (diff)
downloadwarmachine-95413bf63d54eb08ce4fb2dc972559f36551b195.tar.gz
warmachine-95413bf63d54eb08ce4fb2dc972559f36551b195.zip
Added a plugin to respond to server pings.
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 b9d2cfd..ec2668f 100644
--- a/settings.py
+++ b/settings.py
@@ -17,6 +17,7 @@ ADMINS = ('com4',)
17 17
18ACTIONS = ( 18ACTIONS = (
19 'wmd.actions.passive.nickserv.IdentWithNickserv', 19 'wmd.actions.passive.nickserv.IdentWithNickserv',
20 'wmd.actions.passive.pong.RespondToPing',
20) 21)
21 22
22try: 23try: