1
0
mirror of https://github.com/weechat/weechat.git synced 2026-06-25 20:36:38 +02:00

irc: fix help on option irc.look.notice_welcome_redirect (closes #1095)

This commit is contained in:
Sébastien Helleu
2017-11-06 07:05:56 +01:00
parent b55c158280
commit eca8bce3fd
20 changed files with 57 additions and 51 deletions
+4 -3
View File
@@ -2816,9 +2816,10 @@ irc_config_init ()
irc_config_file, ptr_section,
"notice_welcome_redirect", "boolean",
N_("automatically redirect channel welcome notices to the channel "
"buffer; such notices have the nick as target but a channel name in "
"beginning of notice message, for example notices sent by freenode "
"server which look like: \"[#channel] Welcome to this channel...\""),
"buffer; such notices have the nick as target but a channel name "
"in beginning of notice message, for example the ENTRYMSG notices "
"sent by Atheme IRC Services which look like: "
"\"[#channel] Welcome to this channel...\""),
NULL, 0, 0, "on", NULL, 0,
NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL);
irc_config_look_notice_welcome_tags = weechat_config_new_option (