Added a bar item next to nickname when busy/away.
This commit is contained in:
parent
c1e4b9af3d
commit
136cd966aa
2 changed files with 25 additions and 0 deletions
|
|
@ -364,6 +364,7 @@ tox_weechat_cmd_status(void *data, struct t_gui_buffer *buffer,
|
|||
return WEECHAT_RC_ERROR;
|
||||
|
||||
tox_set_user_status(tox, status);
|
||||
weechat_bar_item_update("away");
|
||||
|
||||
return WEECHAT_RC_OK;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue