From cd2a06a2594995c856aaae37858d4588bf84a356 Mon Sep 17 00:00:00 2001 From: Jeremy Fincher Date: Sun, 24 Oct 2004 07:40:17 +0000 Subject: [PATCH] Messed up import. --- plugins/Relay.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/Relay.py b/plugins/Relay.py index 2428e449c..0cc4f14ed 100644 --- a/plugins/Relay.py +++ b/plugins/Relay.py @@ -102,7 +102,7 @@ class Relay(callbacks.Privmsg): self._whois = {} self.lastmsg = {} self.ircstates = {} - self.queuedTopics = structures.MultiSet() + self.queuedTopics = MultiSet() self.last20Privmsgs = ircutils.IrcDict() def __call__(self, irc, msg):