mirror of
https://github.com/Mikaela/Limnoria.git
synced 2024-11-27 05:09:23 +01:00
Forgot a return.
This commit is contained in:
parent
cf80ab7800
commit
a12c4200ac
@ -286,6 +286,7 @@ class Relay(callbacks.Privmsg, configurable.Mixin):
|
||||
otherIrc = self.ircs[network]
|
||||
except KeyError:
|
||||
irc.error(msg, 'I\'m not currently on %s.' % network)
|
||||
return
|
||||
Owner = irc.getCallback('Owner')
|
||||
Owner.disambiguate(irc, args)
|
||||
self.Proxy(otherIrc, msg, args)
|
||||
|
Loading…
Reference in New Issue
Block a user