current -> currently

This commit is contained in:
James Vega 2004-09-17 17:13:57 +00:00
parent e02e0ec08b
commit 1dc359a385

View File

@ -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):