Initial work for supporting multiple identities.
This commit is contained in:
parent
b5cff8fac8
commit
76d07ed4f6
3 changed files with 103 additions and 39 deletions
|
@ -23,7 +23,6 @@ int
|
|||
weechat_plugin_init(struct t_weechat_plugin *plugin, int argc, char *argv[])
|
||||
{
|
||||
weechat_plugin = plugin;
|
||||
tox_main_buffer = weechat_buffer_new("tox", NULL, NULL, NULL, NULL);
|
||||
|
||||
tox_weechat_tox_init();
|
||||
tox_weechat_commands_init();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue