diff options
author | Sebastien Helleu <flashcode@flashtux.org> | 2006-08-22 10:04:17 +0000 |
---|---|---|
committer | Sebastien Helleu <flashcode@flashtux.org> | 2006-08-22 10:04:17 +0000 |
commit | 77e3fb3c8312031572e6aa6d1962a9bb3faf68b8 (patch) | |
tree | 1d263ed3065f21140628c25c69a6f8cdbc3d3c93 /doc/de | |
parent | 1f801ff07964a9c2d605a97715b5fea0aafd078c (diff) | |
download | weechat-77e3fb3c8312031572e6aa6d1962a9bb3faf68b8.zip |
Added arguments $1,$2,..,$9 and $* for alias (task #5831), added special vars $nick/$channel/$server for server_command, alias and plugin command handlers
Diffstat (limited to 'doc/de')
-rw-r--r-- | doc/de/config.xml | 2 | ||||
-rw-r--r-- | doc/de/weechat_commands.xml | 9 |
2 files changed, 7 insertions, 4 deletions
diff --git a/doc/de/config.xml b/doc/de/config.xml index cf5fd2e28..a519b7613 100644 --- a/doc/de/config.xml +++ b/doc/de/config.xml @@ -1207,7 +1207,7 @@ <entry>Zeichenfolge</entry> <entry>eine beliebige Zeichenfolge</entry> <entry>''</entry> - <entry>Befehle, die nach der Verbindung zum Server ausgeführt werden sollen (mehrere Befehle müssen mit einem Semikolon getrennt werden, um ein Semikolon zu schreiben, muss man '\;' verwenden)</entry> + <entry>Command(s) to run when connected to server (many commands should be separated by ';', use '\;' for a semicolon, special variables $nick, $channel and $server are replaced by their value)</entry> </row> <row> <entry><option>server_command_delay</option></entry> diff --git a/doc/de/weechat_commands.xml b/doc/de/weechat_commands.xml index a829769c3..07d0a400a 100644 --- a/doc/de/weechat_commands.xml +++ b/doc/de/weechat_commands.xml @@ -9,11 +9,14 @@ <programlisting> einen Alias für einen Befehl anlegen -Aliasname: Name des Alias - Befehl: Befehlsname (WeeChat- oder IRC-Befehl ohne führenden '/', mehrere Befehle können durch Semikola getrennt werden) -Argumente: Argumente für den Befehl +alias_name: name of alias + command: command name (WeeChat or IRC command, many commands can be separated by semicolons) +arguments: arguments for command </programlisting> +<command>is replaced by all arguments.</command> +<programlisting> +</programlisting> <command>buffer [Aktion [Argumente] | Nummer | [[Server] [Channel]]]</command> <programlisting> Puffer verwalten |