Added tox-weechat-completion.{h,c}.
This commit is contained in:
parent
95b9a2322f
commit
9810bf14d9
4 changed files with 45 additions and 0 deletions
|
@ -27,6 +27,7 @@
|
|||
#include "tox-weechat-friend-requests.h"
|
||||
#include "tox-weechat-config.h"
|
||||
#include "tox-weechat-json.h"
|
||||
#include "tox-weechat-completion.h"
|
||||
|
||||
#include "tox-weechat.h"
|
||||
|
||||
|
@ -51,6 +52,7 @@ weechat_plugin_init(struct t_weechat_plugin *plugin, int argc, char *argv[])
|
|||
tox_weechat_config_read();
|
||||
tox_weechat_commands_init();
|
||||
tox_weechat_gui_init();
|
||||
tox_weechat_completion_init();
|
||||
|
||||
tox_weechat_identity_autoconnect();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue