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 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('*')