switch ban-format-account from a serverset to channelset

This commit is contained in:
jesopo 2019-09-24 15:50:54 +01:00
parent 682914dce1
commit 70bc244864

View file

@ -13,7 +13,7 @@ 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("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"))
@utils.export("serverset", utils.OptionsSetting(