Fixed help text for /friend add command.
This commit is contained in:
parent
cbf8895c9e
commit
26c8237bdf
1 changed files with 1 additions and 1 deletions
|
@ -329,7 +329,7 @@ tox_weechat_commands_init()
|
||||||
weechat_hook_command("friend",
|
weechat_hook_command("friend",
|
||||||
"manage friends",
|
"manage friends",
|
||||||
"list"
|
"list"
|
||||||
" || add <address>"
|
" || add <address> [<message>]"
|
||||||
" || requests"
|
" || requests"
|
||||||
" || accept <number>|all"
|
" || accept <number>|all"
|
||||||
" || decline <number>|all",
|
" || decline <number>|all",
|
||||||
|
|
Loading…
Reference in a new issue