mirror of
https://github.com/Mikaela/Limnoria.git
synced 2024-11-23 11:09:23 +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)
|
topics = self._splitTopic(irc.state.getTopic(channel), channel)
|
||||||
if topics:
|
if topics:
|
||||||
num = len(topics)
|
num = len(topics)
|
||||||
order = ('',)*num
|
|
||||||
order = privmsgs.getArgs(args, required=num)
|
order = privmsgs.getArgs(args, required=num)
|
||||||
for i,p in enumerate(order):
|
for i,p in enumerate(order):
|
||||||
try:
|
try:
|
||||||
|
Loading…
Reference in New Issue
Block a user