mirror of
https://github.com/Mikaela/Limnoria.git
synced 2024-11-23 02:49:27 +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
|
||||
message isn't sent in the channel itself.
|
||||
"""
|
||||
newtopic = irc.state.getTopic(channel)
|
||||
topics = self._splitTopic(irc.state.getTopic(channel), channel)
|
||||
if len(topics) == 0 or len(topics) == 1:
|
||||
irc.error('I can\'t shuffle 1 or fewer topics.', Raise=True)
|
||||
|
Loading…
Reference in New Issue
Block a user