diff options
author | Sebastien Helleu <flashcode@flashtux.org> | 2012-08-21 18:57:49 +0200 |
---|---|---|
committer | Sebastien Helleu <flashcode@flashtux.org> | 2012-08-21 18:57:49 +0200 |
commit | 129f32ce8ed0fb6d8b37ed945455144bd83ce95a (patch) | |
tree | 2c3d13d11fdf260df5a1949884eb4fc3061ccaf4 /doc/en/autogen/user/perl_commands.txt | |
parent | cc5118b3b6726d8fc8bf087eea59e474a838896b (diff) | |
download | weechat-129f32ce8ed0fb6d8b37ed945455144bd83ce95a.zip |
script: add option script.look.quiet_actions (no messages when installing/removing/loading/unloading scripts on script buffer)
Diffstat (limited to 'doc/en/autogen/user/perl_commands.txt')
-rw-r--r-- | doc/en/autogen/user/perl_commands.txt | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/doc/en/autogen/user/perl_commands.txt b/doc/en/autogen/user/perl_commands.txt index 15ce2ea88..cee98c4cf 100644 --- a/doc/en/autogen/user/perl_commands.txt +++ b/doc/en/autogen/user/perl_commands.txt @@ -2,9 +2,9 @@ [command]*`perl`* list/load/unload scripts:: ........................................ /perl list|listfull [<name>] - load <filename> + load [-q] <filename> autoload - reload|unload [<name>] + reload|unload [-q] [<name>] list: list loaded scripts listfull: list loaded scripts (verbose) @@ -14,6 +14,7 @@ autoload: load all scripts in "autoload" directory unload: unload a script (if no name given, unload all scripts) filename: script (file) to load name: a script name (name used in call to "register" function) + -q: quiet mode: do not display messages Without argument, this command lists all loaded scripts. ........................................ |