From 098fbbfeaedfeb18192cc04454b07719ab01ee47 Mon Sep 17 00:00:00 2001 From: Jeremy Fincher Date: Fri, 22 Oct 2004 05:59:13 +0000 Subject: [PATCH] Slight optimization. --- plugins/Relay.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/Relay.py b/plugins/Relay.py index fa015a8fe..f8f37957d 100644 --- a/plugins/Relay.py +++ b/plugins/Relay.py @@ -547,7 +547,7 @@ class Relay(callbacks.Privmsg): if otherIrc != irc: try: if otherIrc.state.getTopic(channel) != topic: - otherIrc.queueMsg(ircmsgs.topic(channel,topic)) + otherIrc.queueMsg(msg) except KeyError: self.log.warning('Not on %s on %s -- ' 'Can\'t synchronize topics.',