Added an online/offline indicator in status bar.
This commit is contained in:
parent
5a99af58d6
commit
f001ccb132
4 changed files with 17 additions and 21 deletions
|
@ -17,7 +17,7 @@ WEECHAT_PLUGIN_LICENSE("MIT");
|
|||
|
||||
struct t_weechat_plugin *weechat_plugin = NULL;
|
||||
struct t_gui_buffer *tox_main_buffer = NULL;
|
||||
int online_status = 0;
|
||||
int tox_weechat_online_status = 0;
|
||||
|
||||
int
|
||||
weechat_plugin_init(struct t_weechat_plugin *plugin, int argc, char *argv[])
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue