Browse Source

Merge e93edf5255 into 97f5d95f8e

pull/9/merge
Kunal Mehta 11 years ago
parent
commit
d168695b29
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      commands/urbandictionary.py

+ 1
- 1
commands/urbandictionary.py View File

@@ -11,7 +11,7 @@ from urllib2 import urlopen
from earwigbot.commands import Command from earwigbot.commands import Command


class UrbanDictionary(Command): class UrbanDictionary(Command):
"""Get the definition of a word using Urban Dictionary."""
"""Get the definition of a word or phrase using Urban Dictionary."""
name = "urban" name = "urban"
commands = ["urban", "urbandictionary", "dictt", "definee", "defne", "dct", commands = ["urban", "urbandictionary", "dictt", "definee", "defne", "dct",
"ud"] "ud"]


Loading…
Cancel
Save