Channel: Document last commit in the help string of @ban list.

This commit is contained in:
Valentin Lorentz 2014-11-24 18:29:25 +01:00
parent 8de804be7d
commit 7a9ab562b7

View File

@ -602,7 +602,10 @@ class Channel(callbacks.Plugin):
"""[<channel>] [<mask>] """[<channel>] [<mask>]
If you have the #channel,op capability, this will show you the If you have the #channel,op capability, this will show you the
current persistent bans on the <channel>. current persistent bans on the <channel> 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 all_bans = ircdb.channels.getChannel(channel).bans
if mask: if mask: