mirror of
https://github.com/weechat/weechat.git
synced 2026-06-30 23:06:38 +02:00
Add optional arguments in /help quit
This commit is contained in:
@@ -4259,7 +4259,10 @@ command_init ()
|
||||
&command_proxy, NULL);
|
||||
hook_command (NULL, "quit",
|
||||
N_("quit WeeChat"),
|
||||
"", "",
|
||||
N_("[arguments]"),
|
||||
N_("arguments: text sent with signal \"quit\"\n"
|
||||
" (for example irc plugin uses this text to "
|
||||
"send quit message to server)"),
|
||||
"",
|
||||
&command_quit, NULL);
|
||||
hook_command (NULL, "reload",
|
||||
|
||||
Reference in New Issue
Block a user