mirror of
https://github.com/Mikaela/Limnoria.git
synced 2024-12-24 03:33:11 +01:00
Fixed exception-raising problem.
This commit is contained in:
parent
41aa44ee78
commit
3cea0564f1
@ -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():
|
||||
|
Loading…
Reference in New Issue
Block a user