Fixed /tox completion.

This commit is contained in:
Håvard Pettersson 2014-09-19 18:41:53 +02:00
parent 1f6a0b1e7d
commit 3731737800
1 changed files with 1 additions and 1 deletions

View File

@ -727,7 +727,7 @@ tox_weechat_commands_init()
"identity but keep the Tox data file\n" "identity but keep the Tox data file\n"
"connect: connect a Tox identity to the network\n", "connect: connect a Tox identity to the network\n",
"list" "list"
" || add" " || create"
" || delete %(tox_identities) -yes|-keepdata" " || delete %(tox_identities) -yes|-keepdata"
" || connect %(tox_identities)", " || connect %(tox_identities)",
tox_weechat_cmd_tox, NULL); tox_weechat_cmd_tox, NULL);