mirror of
https://github.com/Mikaela/Limnoria.git
synced 2024-11-27 13:19:24 +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]
|
otherIrc = self.ircs[network]
|
||||||
except KeyError:
|
except KeyError:
|
||||||
irc.error(msg, 'I\'m not currently on %s.' % network)
|
irc.error(msg, 'I\'m not currently on %s.' % network)
|
||||||
|
return
|
||||||
Owner = irc.getCallback('Owner')
|
Owner = irc.getCallback('Owner')
|
||||||
Owner.disambiguate(irc, args)
|
Owner.disambiguate(irc, args)
|
||||||
self.Proxy(otherIrc, msg, args)
|
self.Proxy(otherIrc, msg, args)
|
||||||
|
Loading…
Reference in New Issue
Block a user