mirror of
https://github.com/Mikaela/Limnoria.git
synced 2024-11-27 05:09:23 +01:00
plugins/Topic: Remove an unnecessary call to irc.state.getTopic.
This commit is contained in:
parent
c60deebc73
commit
35065b8fc5
@ -235,7 +235,6 @@ class Topic(callbacks.Plugin):
|
|||||||
Shuffles the topics in <channel>. <channel> is only necessary if the
|
Shuffles the topics in <channel>. <channel> is only necessary if the
|
||||||
message isn't sent in the channel itself.
|
message isn't sent in the channel itself.
|
||||||
"""
|
"""
|
||||||
newtopic = irc.state.getTopic(channel)
|
|
||||||
topics = self._splitTopic(irc.state.getTopic(channel), channel)
|
topics = self._splitTopic(irc.state.getTopic(channel), channel)
|
||||||
if len(topics) == 0 or len(topics) == 1:
|
if len(topics) == 0 or len(topics) == 1:
|
||||||
irc.error('I can\'t shuffle 1 or fewer topics.', Raise=True)
|
irc.error('I can\'t shuffle 1 or fewer topics.', Raise=True)
|
||||||
|
Loading…
Reference in New Issue
Block a user