summaryrefslogtreecommitdiffstats
path: root/modules/dict.py
diff options
context:
space:
mode:
authorSean B. Palmer <sbp@aldebaran.local>2011-07-22 15:43:50 +0100
committerSean B. Palmer <sbp@aldebaran.local>2011-07-22 15:43:50 +0100
commitf329429de4b0d7561527d419cd1307eaf38f1cb3 (patch)
tree3e5aad226369458f2e324a81e3a30afd70d5e84b /modules/dict.py
parent7dbddc8429d0b238f64acabab435d27472ced062 (diff)
downloadbot-f329429de4b0d7561527d419cd1307eaf38f1cb3.tar.gz
bot-f329429de4b0d7561527d419cd1307eaf38f1cb3.tar.bz2
bot-f329429de4b0d7561527d419cd1307eaf38f1cb3.zip
Support for gzip encoding from Wikipedia.
Diffstat (limited to 'modules/dict.py')
-rwxr-xr-xmodules/dict.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/modules/dict.py b/modules/dict.py
index 8f13e99..8fa6182 100755
--- a/modules/dict.py
+++ b/modules/dict.py
@@ -51,7 +51,6 @@ def dict(phenny, input):
if result.endswith('-') and (len(result) < 30):
phenny.reply('Sorry, no definition found.')
else: phenny.say(result)
-dict.commands = ['dict']
if __name__ == '__main__':
print __doc__.strip()