summaryrefslogtreecommitdiffstats
path: root/modules/oblique.py
diff options
context:
space:
mode:
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('&', '&')
return result
def o(phenny, input):