Start switching chat flood system
This commit is contained in:
parent
21bb2b9a4e
commit
ee9b19b0ff
8 changed files with 108 additions and 4 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue