nicklist added to proflie buffer to show online friends
This commit is contained in:
parent
043784e91d
commit
8501d36ee9
3 changed files with 23 additions and 0 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue