summaryrefslogtreecommitdiffstats
path: root/modules/oblique.py
diff options
context:
space:
mode:
authorSean B. Palmer <sbp@aldebaran.local>2011-09-05 17:46:17 +0100
committerSean B. Palmer <sbp@aldebaran.local>2011-09-05 17:46:17 +0100
commit2d3009ccb123bb34bf0d8b8b516a15c05240bf03 (patch)
tree28029457224da9cd91187e17f8b90cff5cb2de57 /modules/oblique.py
parent66edd833726d0a14400df65311999b1496b9f8cb (diff)
downloadbot-2d3009ccb123bb34bf0d8b8b516a15c05240bf03.tar.gz
bot-2d3009ccb123bb34bf0d8b8b516a15c05240bf03.tar.bz2
bot-2d3009ccb123bb34bf0d8b8b516a15c05240bf03.zip
Attempt to patch a possible message injection hole.
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 6d6156c..7bd6718 100755
--- a/modules/oblique.py
+++ b/modules/oblique.py
@@ -81,7 +81,7 @@ def o(phenny, input):
return phenny.reply(msg)
if not o.services.has_key(command):
- return phenny.reply('Sorry, no such service. See %s' % o.serviceURI)
+ return phenny.reply('Service not found in %s' % o.serviceURI)
if hasattr(phenny.config, 'external'):
default = phenny.config.external.get('*')