Initial work for supporting multiple identities.

This commit is contained in:
Håvard Pettersson 2014-09-05 16:53:44 +02:00
parent b5cff8fac8
commit 76d07ed4f6
3 changed files with 103 additions and 39 deletions

View file

@ -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();