From 6eff484bdafb808bce74578d2b53aa6056df3d21 Mon Sep 17 00:00:00 2001 From: Jeremy Fincher Date: Sat, 4 Oct 2003 14:57:37 +0000 Subject: [PATCH] Slight indentation fix. --- plugins/Relay.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/Relay.py b/plugins/Relay.py index 88570bce1..a8c0635e2 100644 --- a/plugins/Relay.py +++ b/plugins/Relay.py @@ -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: