1
0
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:
Sebastien Helleu
2007-03-05 12:48:50 +00:00
parent f8e31fa38f
commit 70ebdc9808
16 changed files with 3398 additions and 3354 deletions
+240 -237
View File
File diff suppressed because it is too large Load Diff
+240 -237
View File
File diff suppressed because it is too large Load Diff
+239 -237
View File
File diff suppressed because it is too large Load Diff
+243 -239
View File
File diff suppressed because it is too large Load Diff
+240 -237
View File
File diff suppressed because it is too large Load Diff
+240 -237
View File
File diff suppressed because it is too large Load Diff
+254 -252
View File
File diff suppressed because it is too large Load Diff
+3 -1
View File
@@ -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
View File
File diff suppressed because it is too large Load Diff
+240 -237
View File
File diff suppressed because it is too large Load Diff
+239 -237
View File
File diff suppressed because it is too large Load Diff
+243 -239
View File
File diff suppressed because it is too large Load Diff
+240 -237
View File
File diff suppressed because it is too large Load Diff
+240 -237
View File
File diff suppressed because it is too large Load Diff
+254 -252
View File
File diff suppressed because it is too large Load Diff
+3 -1
View File
@@ -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]]]"),