added config options for chat triggers

--HG--
extra : convert_revision : svn%3A39bc706e-5318-0410-9160-8a85361fbb7c/trunk%40902
This commit is contained in:
David Anderson
2007-06-06 22:31:54 +00:00
parent 1eb1072687
commit 7ab88f2020
3 changed files with 38 additions and 0 deletions
+10
View File
@@ -36,4 +36,14 @@
* The default value is "en"
*/
"ServerLang" "en"
/**
* String to use as the public chat trigger. Set an empty string to disable.
*/
"PublicChatTrigger" "!"
/**
* String to use as the silent chat trigger. Set an empty string to disable.
*/
"SilentChatTrigger" "/"
}