diff options
author | Sebastien Helleu <flashcode@flashtux.org> | 2006-10-24 11:23:31 +0000 |
---|---|---|
committer | Sebastien Helleu <flashcode@flashtux.org> | 2006-10-24 11:23:31 +0000 |
commit | dfa9ed31d47908f0eb58df652f08cee3ea18193b (patch) | |
tree | abe024ddf0c384e15c57374478740fb465867ad9 /doc/de/weechat_commands.xml | |
parent | 1e815918037a9e5d62458972bdbcfd56deeadd98 (diff) | |
download | weechat-dfa9ed31d47908f0eb58df652f08cee3ea18193b.zip |
Added "modifier" in plugins API, improved /plugin command
Diffstat (limited to 'doc/de/weechat_commands.xml')
-rw-r--r-- | doc/de/weechat_commands.xml | 12 |
1 files changed, 9 insertions, 3 deletions
diff --git a/doc/de/weechat_commands.xml b/doc/de/weechat_commands.xml index ecdbcb907..0f0345a7a 100644 --- a/doc/de/weechat_commands.xml +++ b/doc/de/weechat_commands.xml @@ -128,13 +128,19 @@ functions: list internal functions for key bindings reset: restore bindings to the default values and delete ALL personal bindings (use carefully!) </programlisting> -<command>plugin [load Dateiname] | [autoload] | [reload] | [unload]</command> +<command>plugin [list [mask]] | [listfull [mask]] | [load filename] | [autoload] | [reload [name]] | [unload [name]]</command> <programlisting> auflisten/laden/entladen von Plugins -Dateiname: zu ladendes Plugin + list: list loaded plugins +listfull: list loaded plugins with detailed info for each plugin + mask: part of name of a loaded plugin + load: load a plugin +autoload: autoload plugins in system or user directory + reload: reload one plugin (if no name given, unload all plugins, then autoload plugins) + unload: unload one or all plugins -Ohne Argumente werden alle geladenen Plugins aufgelistet. +Without argument, /plugin command lists loaded plugins. </programlisting> <command>server [Servername] | [Servername Hostname Port [-auto | -noauto] [-ipv6] [-ssl] [-pwd Passwort] [-nicks Nick1 Nick2 Nick3] [-username Benutzername] [-realname Name] [-command Befehl] [-autojoin Channel[,Channel]] ] | [del Servername]</command> |