Small change per calzone's request

This commit is contained in:
Erik 2014-07-30 20:26:29 -04:00
parent ee4624fd73
commit 2264013a3b
1 changed files with 4 additions and 1 deletions

View File

@ -53,7 +53,10 @@ mixin miscoptions
mixin textbox-auto("cs-voteskip_ratio", "Voteskip ratio", "0.5") mixin textbox-auto("cs-voteskip_ratio", "Voteskip ratio", "0.5")
mixin textbox-auto("cs-maxlength", "Max video length", "HH:MM:SS") mixin textbox-auto("cs-maxlength", "Max video length", "HH:MM:SS")
mixin textbox-auto("cs-afk_timeout", "Auto-AFK Delay", "0 (disabled)") mixin textbox-auto("cs-afk_timeout", "Auto-AFK Delay", "0 (disabled)")
h4 Chat Settings .form-group
.col-sm-offset-4
h4 Chat Settings
form.form-horizontal(action="javascript:void(0)")
mixin rcheckbox-auto("cs-enable_link_regex", "Convert URLs in chat to links") mixin rcheckbox-auto("cs-enable_link_regex", "Convert URLs in chat to links")
mixin rcheckbox-auto("cs-chat_antiflood", "Throttle chat") mixin rcheckbox-auto("cs-chat_antiflood", "Throttle chat")
mixin textbox-auto("cs-chat_antiflood_burst", "# of messages allowed before throttling") mixin textbox-auto("cs-chat_antiflood_burst", "# of messages allowed before throttling")