Automatically calculate cooldown

This commit is contained in:
calzoneman 2013-11-21 17:50:17 -06:00
parent d36dcc5352
commit 714d302cf9
4 changed files with 2 additions and 13 deletions

View file

@ -43,13 +43,6 @@
<input type="text" id="opt_chat_antiflood_sustained">
</div>
</div>
<!-- chat flood cooldown -->
<div class="control-group">
<label class="control-label" for="opt_chat_antiflood_cooldown" title="The number of seconds since the last message before someone can burst again">Cooldown time after being throttled (seconds)</label>
<div class="controls">
<input type="text" id="opt_chat_antiflood_cooldown">
</div>
</div>
<!-- convert URLs to links -->
<div class="control-group">
<label class="control-label" for="opt_enable_link_regex">Convert URLs in chat to links</label>