mirror of
https://github.com/Mikaela/Limnoria.git
synced 2025-01-29 21:54:22 +01:00
Slight indentation fix.
This commit is contained in:
parent
9ef4ea2bca
commit
6eff484bda
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user