mirror of
https://github.com/Mikaela/Limnoria.git
synced 2025-03-03 13:00:41 +01:00
ChannelStats: Fix typo.
This commit is contained in:
parent
ed919ba2d5
commit
a0ca3450f1
@ -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…
x
Reference in New Issue
Block a user