mirror of
https://github.com/weechat/weechat.git
synced 2026-07-03 16:23:14 +02:00
irc: add option irc.look.display_host_notice
This commit is contained in:
@@ -74,6 +74,7 @@ struct t_config_option *irc_config_look_display_ctcp_unknown = NULL;
|
||||
struct t_config_option *irc_config_look_display_extended_join = NULL;
|
||||
struct t_config_option *irc_config_look_display_host_join = NULL;
|
||||
struct t_config_option *irc_config_look_display_host_join_local = NULL;
|
||||
struct t_config_option *irc_config_look_display_host_notice = NULL;
|
||||
struct t_config_option *irc_config_look_display_host_quit = NULL;
|
||||
struct t_config_option *irc_config_look_display_join_message = NULL;
|
||||
struct t_config_option *irc_config_look_display_old_topic = NULL;
|
||||
@@ -3012,6 +3013,12 @@ irc_config_init ()
|
||||
N_("display host in join messages from local client"),
|
||||
NULL, 0, 0, "on", NULL, 0,
|
||||
NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL);
|
||||
irc_config_look_display_host_notice = weechat_config_new_option (
|
||||
irc_config_file, irc_config_section_look,
|
||||
"display_host_notice", "boolean",
|
||||
N_("display host in notice messages"),
|
||||
NULL, 0, 0, "on", NULL, 0,
|
||||
NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL);
|
||||
irc_config_look_display_host_quit = weechat_config_new_option (
|
||||
irc_config_file, irc_config_section_look,
|
||||
"display_host_quit", "boolean",
|
||||
|
||||
Reference in New Issue
Block a user