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

irc: add examples in help of usermode server option

This commit is contained in:
Sébastien Helleu
2016-12-15 21:21:35 +01:00
parent 9050ef757e
commit f18a32e160
20 changed files with 129 additions and 68 deletions
+5 -5
View File
@@ -1985,11 +1985,11 @@ irc_config_server_new_option (struct t_config_file *config_file,
new_option = weechat_config_new_option (
config_file, section,
option_name, "string",
N_("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)"),
N_("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)"),
NULL, 0, 0,
default_value, value,
null_value_allowed,