diff options
author | Sébastien Helleu <flashcode@flashtux.org> | 2019-03-29 20:37:18 +0100 |
---|---|---|
committer | Sébastien Helleu <flashcode@flashtux.org> | 2019-03-29 20:37:18 +0100 |
commit | 2571d17cb97e70114d671705ead2e53a96031ca2 (patch) | |
tree | 02ce7403a9d9df76925af5141d3ae3b90c99ace0 /src/core/wee-command.c | |
parent | f1d18f4c26b6dd72286f86b93da25567d932b6e4 (diff) | |
download | weechat-2571d17cb97e70114d671705ead2e53a96031ca2.zip |
core: don't execute command scheduled by /wait if the buffer does not exist any more
Diffstat (limited to 'src/core/wee-command.c')
-rw-r--r-- | src/core/wee-command.c | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/src/core/wee-command.c b/src/core/wee-command.c index dc92ca8ea..cc2c5cfc9 100644 --- a/src/core/wee-command.c +++ b/src/core/wee-command.c @@ -8126,10 +8126,9 @@ command_init () "command: command to execute (or text to send to buffer if command " "does not start with '/')\n" "\n" - "Note: command is executed on buffer where /wait was executed (if " - "buffer is not found (for example if it has been closed before " - "execution of command), then command is executed on WeeChat core " - "buffer).\n" + "Note: the command is executed on buffer where /wait was executed " + "(if the buffer does not exist any more, the command is not " + "executed).\n" "\n" "Examples:\n" " join channel in 10 seconds:\n" |