mirror of
https://github.com/Mikaela/Limnoria.git
synced 2024-11-02 17:29:22 +01:00
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:
parent
f4995b4df9
commit
15a2b84a36
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user