3
0
mirror of https://github.com/jlu5/PyLink.git synced 2025-01-23 10:44:09 +01:00

networks.remote: fix "unknown service" error format

This commit is contained in:
James Lu 2017-03-24 01:10:56 -07:00
parent 6c4e042307
commit af3b350498

View File

@ -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