get channelset quiet-method list from QUIET_METHODS
This commit is contained in:
parent
861d901401
commit
66a8a2b856
1 changed files with 1 additions and 1 deletions
|
@ -27,7 +27,7 @@ KICK_REASON_SETTING = utils.Setting("default-kick-reason",
|
|||
"($n = nick, $u = username, $h = hostname, $a = account)", example="~a:$a"))
|
||||
|
||||
@utils.export("serverset", utils.OptionsSetting(
|
||||
["qmode", "insp", "unreal", "none"], "quiet-method",
|
||||
list(QUIET_METHODS.keys())+["none"], "quiet-method",
|
||||
"Set this server's method of muting users"))
|
||||
@utils.export("botset", KICK_REASON_SETTING)
|
||||
@utils.export("serverset", KICK_REASON_SETTING)
|
||||
|
|
Loading…
Reference in a new issue