Fixed name of peer leaving group chat.
This commit is contained in:
parent
3ccc1be67f
commit
1465a0e6dc
@ -366,7 +366,7 @@ twc_group_namelist_change_callback(Tox *tox,
|
|||||||
break;
|
break;
|
||||||
case TOX_CHAT_CHANGE_PEER_DEL:
|
case TOX_CHAT_CHANGE_PEER_DEL:
|
||||||
weechat_printf(chat->buffer, "%s%s just left the group chat",
|
weechat_printf(chat->buffer, "%s%s just left the group chat",
|
||||||
weechat_prefix("quit"), name);
|
weechat_prefix("quit"), prev_name);
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user