1
0
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:
Sebastien Helleu
2009-12-18 19:38:42 +01:00
parent ba9e3e8c84
commit ea567c6fd3
13 changed files with 117 additions and 14 deletions
+4 -1
View File
@@ -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",