mirror of
https://github.com/Mikaela/Limnoria.git
synced 2024-11-14 14:49:21 +01:00
ChannelStats: Fix typo.
This commit is contained in:
parent
f6aa48f393
commit
b3b077c065
@ -359,7 +359,7 @@ class ChannelStats(callbacks.Plugin):
|
||||
the message isn't sent on the channel itself.
|
||||
"""
|
||||
if channel not in irc.state.channels:
|
||||
irc.error(_('I am not in %s.', channel), Raise=True)
|
||||
irc.error(_('I am not in %s.') % channel, Raise=True)
|
||||
elif msg.nick not in irc.state.channels[channel].users:
|
||||
irc.error(_('You must be in %s to use this command.') % channel,
|
||||
Raise=True)
|
||||
|
Loading…
Reference in New Issue
Block a user