diff options
author | Sébastien Helleu <flashcode@flashtux.org> | 2014-05-13 22:12:19 +0200 |
---|---|---|
committer | Sébastien Helleu <flashcode@flashtux.org> | 2014-05-13 22:12:19 +0200 |
commit | 32edff0fa50551dee049cc808552757752ef81c3 (patch) | |
tree | 522b6d58bee75129e59a883c11a26015df9b2aa4 /doc/en/autogen | |
parent | 4d70264ac68c1af9a94ac1290e4641422f4b4eee (diff) | |
download | weechat-32edff0fa50551dee049cc808552757752ef81c3.zip |
core: add option "-buffer" in command /command (closes #67)
Diffstat (limited to 'doc/en/autogen')
-rw-r--r-- | doc/en/autogen/user/weechat_commands.txt | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/doc/en/autogen/user/weechat_commands.txt b/doc/en/autogen/user/weechat_commands.txt index 7f24cf0f3..1b5612c45 100644 --- a/doc/en/autogen/user/weechat_commands.txt +++ b/doc/en/autogen/user/weechat_commands.txt @@ -167,9 +167,10 @@ Examples: [command]*`command`* launch explicit WeeChat or plugin command:: ---- -/command <plugin> <command> +/command [-buffer <name>] <plugin> <command> - plugin: plugin name ('core' for WeeChat internal command) +-buffer: execute the command on this buffer + plugin: execute the command from this plugin; 'core' for a WeeChat command, '*' for automatic plugin (it depends on the buffer where the command is executed) command: command to execute (a '/' is automatically added if not found at beginning of command) ---- |