diff options
| author | Paul Buetow <paul@buetow.org> | 2010-11-21 16:20:55 +0000 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2010-11-21 16:20:55 +0000 |
| commit | 6fde6b0fe90abde84011202edd40fe46eb06af44 (patch) | |
| tree | ef760338c50b4df3ae9cca96347bca962fdbec7e /etc | |
| parent | 55b08bd93257d32df76efc4e8e3f49311c39ee82 (diff) | |
Diffstat (limited to 'etc')
| -rw-r--r-- | etc/ychat.conf | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/etc/ychat.conf b/etc/ychat.conf index c62d885..6ed9cd0 100644 --- a/etc/ychat.conf +++ b/etc/ychat.conf @@ -554,6 +554,10 @@ </option> </category> <category name="html"> + <option name="cache"> + <value>false</value> + <descr>If set to false, yChat will not cache web documents</descr> + </option> <option name="tagsallow"> <value>false</value> <descr>If set to false, yChat strips all html tags from incoming messages</descr> @@ -645,12 +649,6 @@ </category> </category> <category name="httpd"> - <category name="html"> - <option name="cache"> - <value>true</value> - <descr>If set to false, yChat will not cache web documents</descr> - </option> - </category> <option name="serverport"> <value>2000</value> <descr>Local port on which the server listens</descr> |
