Updated the search facilities.

This commit is contained in:
Sean B. Palmer
2008-11-20 10:18:21 +00:00
parent fe16d21212
commit 1856781604
2 changed files with 12 additions and 13 deletions

View File

@@ -24,7 +24,7 @@ def mappings(uri):
command, template = item.split(' ', 1)
if not template.startswith('http://'): continue
result[command] = template
result[command] = template.replace('&', '&')
return result
def o(phenny, input):