nicklist added to proflie buffer to show online friends

This commit is contained in:
Gordon Quad 2016-12-05 00:19:33 +00:00
parent 043784e91d
commit 8501d36ee9
3 changed files with 23 additions and 0 deletions

View file

@ -51,6 +51,7 @@ struct t_twc_profile
int tox_online;
struct t_gui_buffer *buffer;
struct t_gui_nick_group *nicklist_group;
struct t_hook *tox_do_timer;
struct t_twc_list *chats;