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:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user