Yeah, for fixing code that wasn't the cause of the problem I was trying to

fix.  Lemme put that back to normal.
This commit is contained in:
James Vega 2003-12-09 15:24:14 +00:00
parent f4995b4df9
commit 15a2b84a36
1 changed files with 0 additions and 1 deletions

View File

@ -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: