summaryrefslogtreecommitdiff
path: root/conf-tmpl
diff options
context:
space:
mode:
authorultramage <ultramage@54d463be-8e91-2dee-dedb-b68131a5f0ec>2007-05-19 13:26:02 +0000
committerultramage <ultramage@54d463be-8e91-2dee-dedb-b68131a5f0ec>2007-05-19 13:26:02 +0000
commit3bd682b3cb3507c8a57fa6930475808981fd0663 (patch)
treebfcc3b1a81389c080f43778de9e9a2a3285bf9c5 /conf-tmpl
parent35874a560ee89397e14eac3e7f40fc0251d67053 (diff)
downloadhercules-3bd682b3cb3507c8a57fa6930475808981fd0663.tar.gz
hercules-3bd682b3cb3507c8a57fa6930475808981fd0663.tar.bz2
hercules-3bd682b3cb3507c8a57fa6930475808981fd0663.tar.xz
hercules-3bd682b3cb3507c8a57fa6930475808981fd0663.zip
* Added Global chat and Main chat logging
- lowered the priority of the 'logging off during gw' filter git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@10580 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'conf-tmpl')
-rw-r--r--conf-tmpl/Changelog.txt4
-rw-r--r--conf-tmpl/log_athena.conf24
2 files changed, 16 insertions, 12 deletions
diff --git a/conf-tmpl/Changelog.txt b/conf-tmpl/Changelog.txt
index 3f589dfe5..51c0aca9b 100644
--- a/conf-tmpl/Changelog.txt
+++ b/conf-tmpl/Changelog.txt
@@ -1,4 +1,8 @@
Date Added
+
+2007/05/19
+ * Enhanced log_athena.conf with global/main chat support [ultramage]
+ - also changed the filter bit values, please reconfigure this option
2007/04/27
* Can't teleport in kh_dun01 [Playtester]
* You can now teleport in jupe_core [Playtester]
diff --git a/conf-tmpl/log_athena.conf b/conf-tmpl/log_athena.conf
index 67f145718..9edc77b55 100644
--- a/conf-tmpl/log_athena.conf
+++ b/conf-tmpl/log_athena.conf
@@ -79,22 +79,22 @@ log_gm: 40
// Log NPC 'logmes' commands
log_npc: 0
-// Log CHAT (currently only: Party, Guild, Whisper)
+// Log CHAT (Global, Whisper, Party, Guild, Main chat)
// LOGGING FILTERS [Lupus]
//=============================================================
-//0 = Don't log at all
-//1 = Log any chat messages
+//00 = Don't log at all
//Advanced Filter Bits: ||
-//2 - Log Whisper messages
-//3 - Log Party messages
-//4 - Log Guild messages
-//5 - Log Common messages (not implemented)
-//6 - Don't log when WOE is on
+//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
//Example:
-//log_chat: 1 = logs ANY messages
-//log_chat: 6 = logs both Whisper & Party messages
-//log_chat: 8 = logs only Guild messages
-//log_chat: 18 = logs only Whisper, when WOE is off
+//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: 0