1
0
mirror of https://github.com/weechat/weechat.git synced 2026-07-06 09:43:13 +02:00

core: don't execute command scheduled by /wait if the buffer does not exist any more

This commit is contained in:
Sébastien Helleu
2019-03-29 20:37:18 +01:00
parent f1d18f4c26
commit 2571d17cb9
22 changed files with 114 additions and 119 deletions
+3 -4
View File
@@ -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"