summaryrefslogtreecommitdiffstats
path: root/modules/oblique.py
diff options
context:
space:
mode:
authorSean B. Palmer <http://inamidst.com/sbp/>2008-11-20 10:18:21 +0000
committerSean B. Palmer <http://inamidst.com/sbp/>2008-11-20 10:18:21 +0000
commit1856781604aef3f339ec1e5c06d95c92a1ce300f (patch)
tree6c547efddd677a4d66cc1adca67e3803894b1d5d /modules/oblique.py
parentfe16d21212bacc9704a6cd84d3c85a6676936181 (diff)
downloadbot-1856781604aef3f339ec1e5c06d95c92a1ce300f.tar.gz
bot-1856781604aef3f339ec1e5c06d95c92a1ce300f.tar.bz2
bot-1856781604aef3f339ec1e5c06d95c92a1ce300f.zip
Updated the search facilities.
Diffstat (limited to 'modules/oblique.py')
-rwxr-xr-xmodules/oblique.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/oblique.py b/modules/oblique.py
index a4aba17..a680b6d 100755
--- a/modules/oblique.py
+++ b/modules/oblique.py
@@ -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('&amp;', '&')
return result
def o(phenny, input):