diff --git a/plugins/Channel/plugin.py b/plugins/Channel/plugin.py index 9eb4ab23d..1bb0f351f 100644 --- a/plugins/Channel/plugin.py +++ b/plugins/Channel/plugin.py @@ -602,7 +602,10 @@ class Channel(callbacks.Plugin): """[] [] If you have the #channel,op capability, this will show you the - current persistent bans on the . + current persistent bans on the that match the given + mask, if any (returns all of them otherwise). + Note that you can use * as a wildcard on masks and \* to match + actual * in masks """ all_bans = ircdb.channels.getChannel(channel).bans if mask: