Slight indentation fix.

This commit is contained in:
Jeremy Fincher 2003-10-04 14:57:37 +00:00
parent 9ef4ea2bca
commit 6eff484bda
1 changed files with 1 additions and 1 deletions

View File

@ -462,7 +462,7 @@ class Relay(callbacks.Privmsg):
for otherIrc in self.ircs.itervalues():
if otherIrc != irc:
if channel in otherIrc.state.channels:
otherIrc.queueMsg(ircmsgs.privmsg(channel, s))
otherIrc.queueMsg(ircmsgs.privmsg(channel, s))
def doJoin(self, irc, msg):
if self.started: