Forgot a return.

This commit is contained in:
Jeremy Fincher 2003-12-16 13:45:37 +00:00
parent cf80ab7800
commit a12c4200ac
1 changed files with 1 additions and 0 deletions

View File

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