diff options
Diffstat (limited to 'doc/en/includes/autogen_user_options.en.adoc')
-rw-r--r-- | doc/en/includes/autogen_user_options.en.adoc | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/doc/en/includes/autogen_user_options.en.adoc b/doc/en/includes/autogen_user_options.en.adoc index 1122f5b0c..369872ade 100644 --- a/doc/en/includes/autogen_user_options.en.adoc +++ b/doc/en/includes/autogen_user_options.en.adoc @@ -1315,43 +1315,43 @@ ** default value: `+on+` * [[option_weechat.signal.sighup]] *weechat.signal.sighup* -** description: pass:none[command to execute when the signal is received, multiple commands can be separated by semicolons (note: content is evaluated, see /help eval)] +** description: pass:none[command to execute when the signal is received, multiple commands can be separated by semicolons (note: commands are evaluated, see /help eval)] ** type: string ** values: any string ** default value: `+"${if:${info:weechat_headless}?/reload:/quit -yes}"+` * [[option_weechat.signal.sigquit]] *weechat.signal.sigquit* -** description: pass:none[command to execute when the signal is received, multiple commands can be separated by semicolons (note: content is evaluated, see /help eval)] +** description: pass:none[command to execute when the signal is received, multiple commands can be separated by semicolons (note: commands are evaluated, see /help eval)] ** type: string ** values: any string ** default value: `+"/quit -yes"+` * [[option_weechat.signal.sigterm]] *weechat.signal.sigterm* -** description: pass:none[command to execute when the signal is received, multiple commands can be separated by semicolons (note: content is evaluated, see /help eval)] +** description: pass:none[command to execute when the signal is received, multiple commands can be separated by semicolons (note: commands are evaluated, see /help eval)] ** type: string ** values: any string ** default value: `+"/quit -yes"+` * [[option_weechat.signal.sigusr1]] *weechat.signal.sigusr1* -** description: pass:none[command to execute when the signal is received, multiple commands can be separated by semicolons (note: content is evaluated, see /help eval)] +** description: pass:none[command to execute when the signal is received, multiple commands can be separated by semicolons (note: commands are evaluated, see /help eval)] ** type: string ** values: any string ** default value: `+""+` * [[option_weechat.signal.sigusr2]] *weechat.signal.sigusr2* -** description: pass:none[command to execute when the signal is received, multiple commands can be separated by semicolons (note: content is evaluated, see /help eval)] +** description: pass:none[command to execute when the signal is received, multiple commands can be separated by semicolons (note: commands are evaluated, see /help eval)] ** type: string ** values: any string ** default value: `+""+` * [[option_weechat.startup.command_after_plugins]] *weechat.startup.command_after_plugins* -** description: pass:none[command executed when WeeChat starts, after loading plugins (note: content is evaluated, see /help eval)] +** description: pass:none[command executed when WeeChat starts, after loading plugins; multiple commands can be separated by semicolons (note: commands are evaluated, see /help eval)] ** type: string ** values: any string ** default value: `+""+` * [[option_weechat.startup.command_before_plugins]] *weechat.startup.command_before_plugins* -** description: pass:none[command executed when WeeChat starts, before loading plugins (note: content is evaluated, see /help eval)] +** description: pass:none[command executed when WeeChat starts, before loading plugins; multiple commands can be separated by semicolons (note: commands are evaluated, see /help eval)] ** type: string ** values: any string ** default value: `+""+` @@ -2677,7 +2677,7 @@ ** default value: `+message+` * [[option_irc.server_default.command]] *irc.server_default.command* -** description: pass:none[command(s) to run after connection to server and before auto-join of channels (many commands can be separated by ";", use "\;" for a semicolon, special variables $nick, $channel and $server are replaced by their value) (note: content is evaluated, see /help eval; server options are evaluated with ${irc_server.xxx} and ${server} is replaced by the server name)] +** description: pass:none[command(s) to run after connection to server and before auto-join of channels (many commands can be separated by ";", use "\;" for a semicolon, special variables $nick, $channel and $server are replaced by their value) (note: commands are evaluated, see /help eval; server options are evaluated with ${irc_server.xxx} and ${server} is replaced by the server name)] ** type: string ** values: any string ** default value: `+""+` |