summaryrefslogtreecommitdiffstats
path: root/modules/dict.py
diff options
context:
space:
mode:
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()