diff options
author | ultramage <ultramage@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2007-09-24 22:33:50 +0000 |
---|---|---|
committer | ultramage <ultramage@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2007-09-24 22:33:50 +0000 |
commit | 02ff54ba1d0b87b29f19c29524ba77a2f30a6d85 (patch) | |
tree | d2814fe7fef01907672f0b54543fc4494259c954 /conf/log_athena.conf | |
parent | 40fc1ff930002e0ca7301e0f2d575a40f784fb10 (diff) | |
download | hercules-02ff54ba1d0b87b29f19c29524ba77a2f30a6d85.tar.gz hercules-02ff54ba1d0b87b29f19c29524ba77a2f30a6d85.tar.bz2 hercules-02ff54ba1d0b87b29f19c29524ba77a2f30a6d85.tar.xz hercules-02ff54ba1d0b87b29f19c29524ba77a2f30a6d85.zip |
Added back log_chat's '1 - log everything' setting (revert from r10850).
Don't forget to adjust your config file ... again.
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@11289 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'conf/log_athena.conf')
-rw-r--r-- | conf/log_athena.conf | 22 |
1 files changed, 11 insertions, 11 deletions
diff --git a/conf/log_athena.conf b/conf/log_athena.conf index 80aacd122..cca1d2a4d 100644 --- a/conf/log_athena.conf +++ b/conf/log_athena.conf @@ -80,19 +80,19 @@ log_npc: 0 // Log CHAT (Global, Whisper, Party, Guild, Main chat) // LOGGING FILTERS // ============================================================= -// 00 = Don't log at all +// 0 = Don't log at all +// 1 = Log EVERYTHING! // Advanced Filter Bits: || -// 01 - Log Global messages -// 02 - Log Whisper messages -// 04 - Log Party messages -// 08 - Log Guild messages -// 16 - Log Main chat messages -// 32 - Don't log anything when WOE is on +// 02 - Log Global messages +// 04 - Log Whisper messages +// 08 - Log Party messages +// 16 - Log Guild messages +// 32 - Log Main chat messages +// 64 - Don't log anything when WOE is on // Example: -// log_chat: 6 = logs both Whisper & Party messages -// log_chat: 8 = logs only Guild messages -// log_chat: 34 = logs only Whisper, when WOE is off -// log_chat: 31 = logs EVERYTHING +// log_chat: 12 = logs both Whisper & Party messages +// log_chat: 16 = logs only Guild messages +// log_chat: 68 = logs only Whisper, when WOE is off log_chat: 0 |