diff --git a/plugins/Topic/plugin.py b/plugins/Topic/plugin.py index 9ddc85d27..0f8f1ebb2 100644 --- a/plugins/Topic/plugin.py +++ b/plugins/Topic/plugin.py @@ -235,7 +235,6 @@ class Topic(callbacks.Plugin): Shuffles the topics in . is only necessary if the message isn't sent in the channel itself. """ - newtopic = irc.state.getTopic(channel) topics = self._splitTopic(irc.state.getTopic(channel), channel) if len(topics) == 0 or len(topics) == 1: irc.error('I can\'t shuffle 1 or fewer topics.', Raise=True)