mirror of
https://github.com/Mikaela/Limnoria.git
synced 2024-11-23 19:19:32 +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.
|
the message isn't sent on the channel itself.
|
||||||
"""
|
"""
|
||||||
if channel not in irc.state.channels:
|
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:
|
elif msg.nick not in irc.state.channels[channel].users:
|
||||||
irc.error(_('You must be in %s to use this command.') % channel,
|
irc.error(_('You must be in %s to use this command.') % channel,
|
||||||
Raise=True)
|
Raise=True)
|
||||||
|
Loading…
Reference in New Issue
Block a user