mirror of
https://github.com/weechat/weechat.git
synced 2026-06-29 14:26:39 +02:00
Updated /help alias with $nick/$channel/$server (bug #19194)
This commit is contained in:
+254
-252
File diff suppressed because it is too large
Load Diff
@@ -56,7 +56,9 @@ t_weechat_command weechat_commands[] =
|
||||
"can be separated by semicolons)\n"
|
||||
"arguments: arguments for command\n\n"
|
||||
"Note: in command, special variables $1, $2,..,$9 are replaced by "
|
||||
"arguments given by user, and $* is replaced by all arguments."),
|
||||
"arguments given by user, and $* is replaced by all arguments.\n"
|
||||
"Variables $nick, $channel and $server are replaced by current "
|
||||
"nick/channel/server."),
|
||||
"%- %A", 0, MAX_ARGS, 1, NULL, weechat_cmd_alias },
|
||||
{ "buffer", N_("manage buffers"),
|
||||
N_("[action [args] | number | [[server] [channel]]]"),
|
||||
|
||||
+240
-237
File diff suppressed because it is too large
Load Diff
+240
-237
File diff suppressed because it is too large
Load Diff
+239
-237
File diff suppressed because it is too large
Load Diff
+243
-239
File diff suppressed because it is too large
Load Diff
+240
-237
File diff suppressed because it is too large
Load Diff
+240
-237
File diff suppressed because it is too large
Load Diff
+254
-252
File diff suppressed because it is too large
Load Diff
@@ -56,7 +56,9 @@ t_weechat_command weechat_commands[] =
|
||||
"can be separated by semicolons)\n"
|
||||
"arguments: arguments for command\n\n"
|
||||
"Note: in command, special variables $1, $2,..,$9 are replaced by "
|
||||
"arguments given by user, and $* is replaced by all arguments."),
|
||||
"arguments given by user, and $* is replaced by all arguments.\n"
|
||||
"Variables $nick, $channel and $server are replaced by current "
|
||||
"nick/channel/server."),
|
||||
"%- %A", 0, MAX_ARGS, 1, NULL, weechat_cmd_alias },
|
||||
{ "buffer", N_("manage buffers"),
|
||||
N_("[action [args] | number | [[server] [channel]]]"),
|
||||
|
||||
Reference in New Issue
Block a user