diff options
| author | Paul Buetow <paul@buetow.org> | 2013-04-06 13:14:45 +0200 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2013-04-06 13:14:45 +0200 |
| commit | 5f4e214740242513c837c8a005ca23779bab1d0c (patch) | |
| tree | 3880f745b0d3376030e3342e60679f25b38bdc4c /etc | |
| parent | 23c5e7d57e1e9216f4da3446656df2dc7202975d (diff) | |
tagging ychat-0.8.2ychat-0.8.2
Diffstat (limited to 'etc')
| -rw-r--r-- | etc/ychat.conf | 31 |
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.<br><br></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> |
