diff --git a/plugins/Enforcer.py b/plugins/Enforcer.py index 9f6f2b71b..d1b628737 100644 --- a/plugins/Enforcer.py +++ b/plugins/Enforcer.py @@ -109,6 +109,8 @@ class Enforcer(callbacks.Privmsg): def do332(self, irc, msg): # This command gets sent right after joining a channel. + if not self.started: + return (channel, topic) = msg.args[1:] self.topics[channel] = topic