diff options
author | Sebastien Helleu <flashcode@flashtux.org> | 2012-08-15 09:25:42 +0200 |
---|---|---|
committer | Sebastien Helleu <flashcode@flashtux.org> | 2012-08-15 09:25:42 +0200 |
commit | 6a6f45e0433e750bdff28a22039108ca6d577ab8 (patch) | |
tree | fe975c1cfe76523a73c898166ba8789918888371 /doc/de/autogen/user/script_commands.txt | |
parent | 0f7720d5cbc022d864e511cc494235e82a7d49f2 (diff) | |
download | weechat-6a6f45e0433e750bdff28a22039108ca6d577ab8.zip |
script: add status "a" (autoloaded) for scripts
Diffstat (limited to 'doc/de/autogen/user/script_commands.txt')
-rw-r--r-- | doc/de/autogen/user/script_commands.txt | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/doc/de/autogen/user/script_commands.txt b/doc/de/autogen/user/script_commands.txt index ab430e4bd..80d46a9fe 100644 --- a/doc/de/autogen/user/script_commands.txt +++ b/doc/de/autogen/user/script_commands.txt @@ -21,11 +21,12 @@ Without argument, this command opens a buffer with list of scripts. On script buffer, the possible status for each script are: - * i H r N - | | | | | - | | | | obsolete (new version available) - | | | running (loaded) - | | held + * i a H r N + | | | | | | + | | | | | obsolete (new version available) + | | | | running (loaded) + | | | held + | | autoloaded | installed popular script |