summaryrefslogtreecommitdiff
path: root/etc/ychat.conf
diff options
context:
space:
mode:
Diffstat (limited to 'etc/ychat.conf')
-rw-r--r--etc/ychat.conf31
1 files changed, 31 insertions, 0 deletions
diff --git a/etc/ychat.conf b/etc/ychat.conf
index 8f7590e..2a92c9a 100644
--- a/etc/ychat.conf
+++ b/etc/ychat.conf
@@ -25,6 +25,16 @@
<value>0</value>
<descr>The time offset. Negative values are not allowed. If you have an offset of X please enter 24+X+12 here. Example: Offset = -6, 24-6+12 = 30 :)</descr>
</option>
+ <category name="floodprotection">
+ <option name="seconds">
+ <value>2</value>
+ <descr>Defines the intervall of seconds yChat is checking for a flood attack.</descr>
+ </option>
+ <option name="messages">
+ <value>4</value>
+ <descr>Defines the allowed message posts in chat.floodprotection.seconds seconds.</descr>
+ </option>
+ </category>
<category name="fields">
<option name="userstrings">
<value>tmpid agnt away col1 col2 email pass</value>
@@ -187,6 +197,12 @@
</option>
</category>
<category name="msgs">
+ <option name="gag">
+ <value>gags</value>
+ </option>
+ <option name="ungag">
+ <value>ungags</value>
+ </option>
<option name="userlist">
<value>List of logged in users: </value>
</option>
@@ -283,6 +299,9 @@
<option name="userkicksout1">
<value> kicks </value>
</option>
+ <option name="floodgag">
+ <value> has been gagged (chat flooding).</value>
+ </option>
<option name="userkicksout2">
<value> out of the chat at room </value>
</option>
@@ -299,6 +318,12 @@
<value>Whispered to </value>
</option>
<category name="help">
+ <option name="gag">
+ <value>Gags a specific user. Usage: /gag USER [REASON]</value>
+ </option>
+ <option name="ungag">
+ <value>Ungags a specific user. Usage: /ungag USER [REASON]</value>
+ </option>
<option name="all">
<value>Writes a global system message into all available rooms. Usage: /all MESSAGE</value>
</option>
@@ -388,6 +413,12 @@
<option name="alpnum">
<value>The nick you have specifued is not alphanumeric, please change that.&lt;br&gt;&lt;br&gt;</value>
</option>
+ <option name="flooding">
+ <value>You are flooding the chat room!</value>
+ </option>
+ <option name="gagged">
+ <value>You are currently gagged!</value>
+ </option>
<option name="alreadyinroom">
<value>You are already in the room</value>
</option>