Added online_status flag.

This commit is contained in:
Håvard Pettersson 2014-09-02 23:11:35 +02:00
parent 684d869503
commit fdccf7b7af
3 changed files with 39 additions and 5 deletions

View file

@ -17,6 +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
weechat_plugin_init(struct t_weechat_plugin *plugin, int argc, char *argv[])