diff --git a/plugins/Channel/plugin.py b/plugins/Channel/plugin.py index 1a11cffd5..9a4db1c54 100644 --- a/plugins/Channel/plugin.py +++ b/plugins/Channel/plugin.py @@ -663,7 +663,7 @@ class Channel(callbacks.Plugin): @internationalizeDocstring def remove(self, irc, msg, args, channel, banmask): - """[] + """[] If you have the #channel,op capability, this will remove the persistent ignore on in the channel. is only @@ -676,7 +676,7 @@ class Channel(callbacks.Plugin): irc.replySuccess() except KeyError: irc.error(_('There are no ignores for that hostmask.')) - remove = wrap(remove, ['op', 'hostmask']) + remove = wrap(remove, ['op', 'banmask']) @internationalizeDocstring def list(self, irc, msg, args, channel):