mirror of
https://github.com/Mikaela/Limnoria.git
synced 2024-11-23 19:19:32 +01:00
Forgot to change a topicget to a gettopic.
This commit is contained in:
parent
d227111b0c
commit
fad77c9545
@ -128,7 +128,7 @@ class Topic(callbacks.Privmsg):
|
||||
except IndexError:
|
||||
irc.error(msg, 'That\'s not a valid index.')
|
||||
return
|
||||
gettopic = privmsgs.channel(topicget)
|
||||
gettopic = privmsgs.channel(gettopic)
|
||||
|
||||
def changetopic(self, irc, msg, args, channel):
|
||||
"""[<channel>] <number> <regexp>
|
||||
|
Loading…
Reference in New Issue
Block a user