diff --git a/plugins/networks.py b/plugins/networks.py index 3d79f5c..2b1e473 100644 --- a/plugins/networks.py +++ b/plugins/networks.py @@ -78,7 +78,7 @@ def remote(irc, source, args): return if args.service not in world.services: - irc.reply('Unknown service %s' % args.service) + irc.error('Unknown service %r.' % args.service) return # Force remoteirc.called_in to something private in order to prevent