Tweaked command /tox, added completion.

This commit is contained in:
Håvard Pettersson 2014-09-19 17:03:10 +02:00
parent 9810bf14d9
commit d4ea20b555
2 changed files with 11 additions and 7 deletions

View file

@ -29,7 +29,7 @@ tox_weechat_completion_identity(void *data,
void
tox_weechat_completion_init()
{
weechat_hook_completion("tox_identity",
weechat_hook_completion("tox_identities",
"identity",
tox_weechat_completion_identity, NULL);
}