aboutsummaryrefslogtreecommitdiff
path: root/modules
diff options
context:
space:
mode:
authorGravatar jesopo2019-10-08 15:08:05 +0100
committerGravatar jesopo2019-10-08 15:08:16 +0100
commit415757451662b213fe81fa4f71cff85061b265dc (patch)
treeaf4200781f0d9e2e62680e9edc587cd5d2ab1809 /modules
parentdon't consume ":"/"," in a karma target (diff)
signature
show $n/$u/$h for ban-format-account help too
Diffstat (limited to 'modules')
-rw-r--r--modules/channel_op.py4
1 files changed, 3 insertions, 1 deletions
diff --git a/modules/channel_op.py b/modules/channel_op.py
index 9460be46..616b0508 100644
--- a/modules/channel_op.py
+++ b/modules/channel_op.py
@@ -12,9 +12,11 @@ KICK_REASON_SETTING = utils.Setting("default-kick-reason",
@utils.export("channelset", utils.Setting("ban-format",
"Set ban format ($n = nick, $u = username, $h = hostname, $a = account)",
+
example="*!$u@$h"))
@utils.export("channelset", utils.Setting("ban-format-account",
- "Set ban format for users with accounts ($a = account)", example="~a:$a"))
+ "Set ban format for users with accounts "
+ "($n = nick, $u = username, $h = hostname, $a = account)", example="~a:$a"))
@utils.export("serverset", utils.OptionsSetting(
["qmode", "insp", "unreal", "none"], "mute-method",