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: