Slight optimization.

This commit is contained in:
Jeremy Fincher 2004-10-22 05:59:13 +00:00
parent 724b612f52
commit 098fbbfeae

View File

@ -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.',