Added a bar item next to nickname when busy/away.

This commit is contained in:
Håvard Pettersson 2014-09-03 23:38:30 +02:00
parent c1e4b9af3d
commit 136cd966aa
2 changed files with 25 additions and 0 deletions

View file

@ -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;
}