Start switching chat flood system

This commit is contained in:
calzoneman 2013-11-19 15:14:40 -06:00
parent 21bb2b9a4e
commit ee9b19b0ff
8 changed files with 108 additions and 4 deletions

View file

@ -29,6 +29,27 @@
<input type="checkbox" id="opt_chat_antiflood">
</div>
</div>
<!-- chat flood burst -->
<div class="control-group">
<label class="control-label" for="opt_chat_antiflood_burst"># of messages allowed before throttling</label>
<div class="controls">
<input type="text" id="opt_chat_antiflood_burst">
</div>
</div>
<!-- chat flood sustained -->
<div class="control-group">
<label class="control-label" for="opt_chat_antiflood_sustained"># of messages allowed per second (sustained)</label>
<div class="controls">
<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">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>