mirror of
https://github.com/Tha14/toxic.git
synced 2025-07-03 03:26:45 +02:00
don't share chatlogs across data files (changes log naming convention)
This commit is contained in:
@ -458,7 +458,7 @@ static void prompt_onInit(ToxWindow *self, Tox *m)
|
||||
if (user_settings_->autolog == AUTOLOG_ON) {
|
||||
char myid[TOX_FRIEND_ADDRESS_SIZE];
|
||||
tox_get_address(m, (uint8_t *) myid);
|
||||
log_enable(self->name, myid, ctx->log);
|
||||
log_enable(self->name, myid, NULL, ctx->log, LOG_PROMPT);
|
||||
}
|
||||
|
||||
scrollok(ctx->history, 0);
|
||||
|
Reference in New Issue
Block a user