diff --git a/src/tox-weechat-commands.c b/src/tox-weechat-commands.c index 4fddb18..db87e71 100644 --- a/src/tox-weechat-commands.c +++ b/src/tox-weechat-commands.c @@ -557,6 +557,7 @@ tox_weechat_cmd_tox(void *data, struct t_gui_buffer *buffer, weechat_prefix("error"), weechat_plugin->name, name); + return WEECHAT_RC_OK; } struct t_tox_weechat_identity *identity = tox_weechat_identity_new(name);