From 15a2b84a3660985c4b0733c8af634f4695026b62 Mon Sep 17 00:00:00 2001 From: James Vega Date: Tue, 9 Dec 2003 15:24:14 +0000 Subject: [PATCH] Yeah, for fixing code that wasn't the cause of the problem I was trying to fix. Lemme put that back to normal. --- plugins/Topic.py | 1 - 1 file changed, 1 deletion(-) diff --git a/plugins/Topic.py b/plugins/Topic.py index df3b9d1c7..4c680ae70 100644 --- a/plugins/Topic.py +++ b/plugins/Topic.py @@ -135,7 +135,6 @@ class Topic(callbacks.Privmsg, configurable.Mixin): topics = self._splitTopic(irc.state.getTopic(channel), channel) if topics: num = len(topics) - order = ('',)*num order = privmsgs.getArgs(args, required=num) for i,p in enumerate(order): try: