Fix Duck Duck Go (.ddg) command comment (was .tfw).
This commit is contained in:
@@ -27,7 +27,7 @@ def result(query):
|
|||||||
return None
|
return None
|
||||||
|
|
||||||
def ddg(phenny, input, celsius=False):
|
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)
|
query = input.group(2)
|
||||||
if not query:
|
if not query:
|
||||||
|
|||||||
Reference in New Issue
Block a user