show $n/$u/$h for ban-format-account help too
This commit is contained in:
parent
d0aa1d34f1
commit
4157574516
1 changed files with 3 additions and 1 deletions
|
@ -12,9 +12,11 @@ KICK_REASON_SETTING = utils.Setting("default-kick-reason",
|
||||||
|
|
||||||
@utils.export("channelset", utils.Setting("ban-format",
|
@utils.export("channelset", utils.Setting("ban-format",
|
||||||
"Set ban format ($n = nick, $u = username, $h = hostname, $a = account)",
|
"Set ban format ($n = nick, $u = username, $h = hostname, $a = account)",
|
||||||
|
|
||||||
example="*!$u@$h"))
|
example="*!$u@$h"))
|
||||||
@utils.export("channelset", utils.Setting("ban-format-account",
|
@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(
|
@utils.export("serverset", utils.OptionsSetting(
|
||||||
["qmode", "insp", "unreal", "none"], "mute-method",
|
["qmode", "insp", "unreal", "none"], "mute-method",
|
||||||
|
|
Loading…
Reference in a new issue