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

@ -285,6 +285,10 @@ twc_profile_load(struct t_twc_profile *profile)
profile, NULL);
if (!(profile->buffer))
return TWC_RC_ERROR;
profile->nicklist_group = weechat_nicklist_add_group(profile->buffer, NULL,
NULL, NULL, true);
weechat_buffer_set(profile->buffer, "nicklist", "1");
}
weechat_printf(profile->buffer,