From 02ff54ba1d0b87b29f19c29524ba77a2f30a6d85 Mon Sep 17 00:00:00 2001 From: ultramage Date: Mon, 24 Sep 2007 22:33:50 +0000 Subject: 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 --- conf/Changelog.txt | 3 +++ conf/log_athena.conf | 22 +++++++++++----------- 2 files changed, 14 insertions(+), 11 deletions(-) (limited to 'conf') diff --git a/conf/Changelog.txt b/conf/Changelog.txt index 6ce0bcd9e..69c4952b7 100644 --- a/conf/Changelog.txt +++ b/conf/Changelog.txt @@ -1,5 +1,8 @@ Date Added +2007/09/24 + * Added log_chat's '1 - log everything' (revert from r10850) [ultramage] + - don't forget to adjust your config file ... again. 2007/09/18 * Rev. 11241 Added new maps to maps_athena.conf, and corresponding mapflags. [L0ne_W0lf] - Also added several missing maps, and cloned maps. 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 -- cgit v1.2.3-60-g2f50