Fix Duck Duck Go (.ddg) command comment (was .tfw).

master
Reese Moore 2011-04-18 21:31:38 -04:00
parent 9747b00e9d
commit 43f98a4d43
1 changed files with 1 additions and 1 deletions

View File

@ -27,7 +27,7 @@ def result(query):
return None
def ddg(phenny, input, celsius=False):
""".tfw <query> - Search Duck Duck Go for the specified query."""
""".ddg <query> - Search Duck Duck Go for the specified query."""
query = input.group(2)
if not query: