Tweaked command /tox, added completion.
This commit is contained in:
parent
9810bf14d9
commit
d4ea20b555
2 changed files with 11 additions and 7 deletions
|
@ -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);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue