summaryrefslogtreecommitdiff
path: root/etc/ychat.conf
diff options
context:
space:
mode:
Diffstat (limited to 'etc/ychat.conf')
-rw-r--r--etc/ychat.conf28
1 files changed, 6 insertions, 22 deletions
diff --git a/etc/ychat.conf b/etc/ychat.conf
index 1a48d79..7fc8cc7 100644
--- a/etc/ychat.conf
+++ b/etc/ychat.conf
@@ -1,4 +1,4 @@
-<?xml version="5.0" encoding="ISO-8859-1" standalone="yes" ?>
+<?xml version="1.0" encoding="ISO-8859-1" standalone="yes" ?>
<category name="chat">
<option name="defaultop">
<value>Snoop</value>
@@ -49,9 +49,6 @@
<option name="msg">
<value>3</value>
</option>
- <option name="users">
- <value>3</value>
- </option>
<option name="me">
<value>3</value>
</option>
@@ -137,7 +134,7 @@
</category>
<category name="maxlength">
<option name="word">
- <value>50</value>
+ <value>15</value>
<descr>Maximum length of a word inside a chat message. The word will be seperate by a blank if exceeded</descr>
</option>
<option name="message">
@@ -172,9 +169,6 @@
</option>
</category>
<category name="msgs">
- <option name="userlist">
- <value>List of logged in users: </value>
- </option>
<option name="system">
<value>Global system message: </value>
</option>
@@ -359,9 +353,6 @@
<option name="uptime">
<value>Shows the yChat uptime. Usage: /uptime</value>
</option>
- <option name="users">
- <value>Shows currently logged in users. Usage: /users</value>
- </option>
<option name="s">
<value>Screams the TEXT. Usage: /s TEXT</value>
</option>
@@ -592,16 +583,12 @@
</option>
</category>
<category name="thread">
- <option name="initpoolsize">
- <value>20</value>
- <descr>Initial number of threads running at the same time. If all threads are used, the pool will allocate a new thread. Lowest value is 1.</descr>
- </option>
- <option name="maxpoolsize">
- <value>0</value>
- <descr>Maximum amount of parallel running threads. Change this to 0 if you want to use unlimited threads.</descr>
+ <option name="poolsize">
+ <value>50</value>
+ <descr>Number of threads running at the same time</descr>
</option>
<option name="queuesize">
- <value>50</value>
+ <value>10</value>
<descr>Max. number of jobs which can wait for a free thread of the thread pool</descr>
</option>
</category>
@@ -675,9 +662,6 @@
<option name="png">
<value>image/png</value>
</option>
- <option name="txt">
- <value>text/plain</value>
- </option>
<option name="default">
<value>text/html</value>
</option>