From 37317378006eb5107b884d90c0849f8da0ac0ac8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?H=C3=A5vard=20Pettersson?= Date: Fri, 19 Sep 2014 18:41:53 +0200 Subject: [PATCH] Fixed /tox completion. --- src/tox-weechat-commands.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/tox-weechat-commands.c b/src/tox-weechat-commands.c index 704bf61..d28f575 100644 --- a/src/tox-weechat-commands.c +++ b/src/tox-weechat-commands.c @@ -727,7 +727,7 @@ tox_weechat_commands_init() "identity but keep the Tox data file\n" "connect: connect a Tox identity to the network\n", "list" - " || add" + " || create" " || delete %(tox_identities) -yes|-keepdata" " || connect %(tox_identities)", tox_weechat_cmd_tox, NULL);