Updated the search facilities.
This commit is contained in:
@@ -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):
|
||||
|
||||
Reference in New Issue
Block a user