From 7a9ab562b7ee4e5787f7a38eede3308b1a78fd00 Mon Sep 17 00:00:00 2001 From: Valentin Lorentz Date: Mon, 24 Nov 2014 18:29:25 +0100 Subject: [PATCH] Channel: Document last commit in the help string of @ban list. --- plugins/Channel/plugin.py | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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: