3
0
mirror of https://github.com/jlu5/PyLink.git synced 2025-02-02 23:54:08 +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 return
if args.service not in world.services: if args.service not in world.services:
irc.reply('Unknown service %s' % args.service) irc.error('Unknown service %r.' % args.service)
return return
# Force remoteirc.called_in to something private in order to prevent # Force remoteirc.called_in to something private in order to prevent