1
0
mirror of https://github.com/weechat/weechat.git synced 2026-06-29 06:16:40 +02:00

alias: mention local variables of buffer in /help alias

This commit is contained in:
Sebastien Helleu
2013-03-10 08:27:55 +01:00
parent 0b0238a188
commit b63fca15fa
17 changed files with 120 additions and 124 deletions
+4 -3
View File
@@ -1010,9 +1010,10 @@ weechat_plugin_init (struct t_weechat_plugin *plugin, int argc, char *argv[])
" $n-m: arguments from 'n' to 'm'\n"
" $*: all arguments\n"
" $~: last argument\n"
" $nick: current nick\n"
" $channel: current channel\n"
" $server: current server\n\n"
" $var: where \"var\" is a local variable of "
"buffer (see /buffer localvar)\n"
" examples: $nick, $channel, $server, "
"$plugin, $name\n\n"
"To remove an alias, use command /unalias.\n\n"
"Examples:\n"
" alias /split to split window horizontally:\n"