|
@@ -103,7 +103,7 @@ log_commands: yes
|
|
|
// Log NPC 'logmes' commands (Note 1)
|
|
|
log_npc: yes
|
|
|
|
|
|
-// Log CHAT (Global, Whisper, Party, Guild, Main chat) (Note 3)
|
|
|
+// Log CHAT (Global, Whisper, Party, Guild, Main chat, Clan) (Note 3)
|
|
|
// LOGGING FILTERS
|
|
|
// =============================================================
|
|
|
// 0 = Don't log at all
|
|
@@ -112,10 +112,11 @@ log_npc: yes
|
|
|
// 4 - Log Party messages
|
|
|
// 8 - Log Guild messages
|
|
|
// 16 - Log Main chat messages
|
|
|
+// 32 - Log Clan messages
|
|
|
// Example:
|
|
|
// log_chat: 5 = logs both Whisper & Party messages
|
|
|
// log_chat: 8 = logs only Guild messages
|
|
|
-// log_chat: 31 = logs everything
|
|
|
+// log_chat: 63 = logs everything
|
|
|
log_chat: 0
|
|
|
|
|
|
// Disable chat logging when WoE is running? (Note 1)
|