Fixed exception-raising problem.

This commit is contained in:
Jeremy Fincher 2003-03-27 21:03:02 +00:00
parent 41aa44ee78
commit 3cea0564f1
1 changed files with 1 additions and 1 deletions

View File

@ -182,7 +182,7 @@ class Relay(privmsgs.CapabilityCheckingPrivmsg):
msg.args[1].find('has joined on ') != -1):
channel = msg.args[0]
if channel not in self.channels:
return
return msg
abbreviation = self.abbreviations[irc]
s = self._formatPrivmsg(irc.nick, abbreviation, msg)
for otherIrc in self.ircs.itervalues():