Issue information

Issue ID
#8473
Status
Confirmed
Severity
None
Started
Emistry
Dec 21, 2014 11:04
Last Post
Ind
Jan 18, 2015 19:42
Confirmation
N/A

Emistry - Dec 21, 2014 11:04

[quote]

// Log CHAT (Global, Whisper, Party, Guild, Main chat) (Note 3)
// LOGGING FILTERS
// =============================================================
// 0 = Don't log at all
// 1 - Log Global messages
// 2 - Log Whisper messages
// 4 - Log Party messages
// 8 - Log Guild messages
[size=4][b][color=#ff0000]// 16 - Log Main chat messages[/color][/b][/size]
// Example:
// log_chat: 5 = logs both Whisper & Party messages
// log_chat: 8 = logs only Guild messages
// log_chat: 31 = logs everything
log_chat: 16[/quote]

what does this record now ?? message that sent using #main channel ??
but it doesnt save it the content that sent using #main.

or reserved for the old @main command messages ??

Mister-e - Dec 22, 2014 2:47

I think its still reserved for the old @main command.

When you're logging whispers, I think when you whisper using #main, that could be logged.

Ind - Jan 18, 2015 19:42

Its not in use atm (intif_main_message triggers it but intif_main_message is never called from anywhere)