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:
parent
6c4e042307
commit
af3b350498
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user