switch ban-format-account from a serverset to channelset
This commit is contained in:
parent
682914dce1
commit
70bc244864
1 changed files with 1 additions and 1 deletions
|
@ -13,7 +13,7 @@ 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("serverset", 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 ($a = account)", example="~a:$a"))
|
||||||
|
|
||||||
@utils.export("serverset", utils.OptionsSetting(
|
@utils.export("serverset", utils.OptionsSetting(
|
||||||
|
|
Loading…
Reference in a new issue