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