diff options
Diffstat (limited to 'doc/en/autogen/user/irc_options.adoc')
-rw-r--r-- | doc/en/autogen/user/irc_options.adoc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/en/autogen/user/irc_options.adoc b/doc/en/autogen/user/irc_options.adoc index 25f7285ce..083541de9 100644 --- a/doc/en/autogen/user/irc_options.adoc +++ b/doc/en/autogen/user/irc_options.adoc @@ -618,7 +618,7 @@ ** values: on, off (default value: `+on+`) * [[option_irc.server_default.usermode]] *irc.server_default.usermode* -** description: pass:none[usermode to set after connection to server and before executing command and the auto-join of channels; this option gives same result as defining a command "/mode $nick <mode>" (note: content is evaluated, see /help eval)] +** description: pass:none[user mode(s) to set after connection to server and before executing command and the auto-join of channels; examples: "+R" (to set mode "R"), "+R-i" (to set mode "R" and remove "i"); see /help mode for the complete mode syntax (note: content is evaluated, see /help eval)] ** type: string ** values: any string (default value: `+""+`) |