From e93edf5255e94ad5a7f7ca08265e45a601a22bfe Mon Sep 17 00:00:00 2001 From: Kunal Mehta Date: Thu, 6 Jun 2013 17:47:40 -0700 Subject: [PATCH] [05:43:55 PM] <@Earwig> legoktm: pull req "definition of word" to "definition of work or phrase" please + thanks --- commands/urbandictionary.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/commands/urbandictionary.py b/commands/urbandictionary.py index ebed527..a527c00 100644 --- a/commands/urbandictionary.py +++ b/commands/urbandictionary.py @@ -11,7 +11,7 @@ from urllib2 import urlopen from earwigbot.commands import 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" commands = ["urban", "urbandictionary", "dictt", "definee", "defne", "dct", "ud"]