mirror of
https://github.com/Mikaela/Limnoria.git
synced 2024-11-23 19:19:32 +01:00
current -> currently
This commit is contained in:
parent
e02e0ec08b
commit
1dc359a385
@ -180,7 +180,7 @@ class Topic(callbacks.Privmsg):
|
||||
topic = irc.state.channels[channel].topic
|
||||
irc.reply(topic)
|
||||
except KeyError:
|
||||
irc.error('I\'m not current in %s.' % channel)
|
||||
irc.error('I\'m not currently in %s.' % channel)
|
||||
topic = privmsgs.channel(topic)
|
||||
|
||||
def add(self, irc, msg, args, channel, insert=False):
|
||||
|
Loading…
Reference in New Issue
Block a user