mirror of
https://github.com/Tha14/toxic.git
synced 2025-06-29 19:36:46 +02:00
Make little action indicators on each output line configurable.
Also added a new DISCONNECTION line info type. Signed-off-by: Loui Chang <louipc.ist@gmail.com>
This commit is contained in:
@ -205,7 +205,7 @@ static void chat_onConnectionChange(ToxWindow *self, Tox *m, int32_t num, uint8_
|
||||
chat_stop_file_senders(num);
|
||||
|
||||
msg = "has gone offline";
|
||||
line_info_add(self, timefrmt, nick, NULL, CONNECTION, 0, RED, msg);
|
||||
line_info_add(self, timefrmt, nick, NULL, DISCONNECTION, 0, RED, msg);
|
||||
write_to_log(msg, nick, ctx->log, true);
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user