mirror of
https://github.com/Mikaela/Limnoria.git
synced 2024-11-24 03:29:28 +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
|
topic = irc.state.channels[channel].topic
|
||||||
irc.reply(topic)
|
irc.reply(topic)
|
||||||
except KeyError:
|
except KeyError:
|
||||||
irc.error('I\'m not current in %s.' % channel)
|
irc.error('I\'m not currently in %s.' % channel)
|
||||||
topic = privmsgs.channel(topic)
|
topic = privmsgs.channel(topic)
|
||||||
|
|
||||||
def add(self, irc, msg, args, channel, insert=False):
|
def add(self, irc, msg, args, channel, insert=False):
|
||||||
|
Loading…
Reference in New Issue
Block a user