summaryrefslogtreecommitdiffstats
path: root/opt/swhack.py
diff options
context:
space:
mode:
authorSean B. Palmer <http://inamidst.com/sbp/>2008-08-09 16:01:20 +0100
committerSean B. Palmer <http://inamidst.com/sbp/>2008-08-09 16:01:20 +0100
commit31d107c0bd7fa2e172b09cce9560f3a10c1091af (patch)
treeef635bf8efb3c9af1532f45bc98f7dbd841285a6 /opt/swhack.py
parent86c2f274d52d5991ac112af0063177d4c09fe945 (diff)
downloadbot-31d107c0bd7fa2e172b09cce9560f3a10c1091af.tar.gz
bot-31d107c0bd7fa2e172b09cce9560f3a10c1091af.tar.bz2
bot-31d107c0bd7fa2e172b09cce9560f3a10c1091af.zip
Minor fixes, full stop stripping of tell nicknames &c.
Diffstat (limited to 'opt/swhack.py')
-rwxr-xr-xopt/swhack.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/opt/swhack.py b/opt/swhack.py
index 60914c0..9183911 100755
--- a/opt/swhack.py
+++ b/opt/swhack.py
@@ -28,7 +28,7 @@ def swhack(phenny, input):
phenny.reply('Sorry, no results found.')
u.close()
-swhack.commands = ['swhack']
+# swhack.commands = ['swhack']
if __name__ == '__main__':
print __doc__.strip()