diff options
author | Sebastien Helleu <flashcode@flashtux.org> | 2014-01-21 12:55:48 +0100 |
---|---|---|
committer | Sebastien Helleu <flashcode@flashtux.org> | 2014-01-21 12:55:48 +0100 |
commit | a6ed216052d90b0e5c148b92e598e8084fcac6b0 (patch) | |
tree | 341c9b83d1c9c4ddea684331386c44a97dcf398c /src/plugins | |
parent | 160ab683efb0ce39813a2c4835bb92ad7b3a73fd (diff) | |
download | weechat-a6ed216052d90b0e5c148b92e598e8084fcac6b0.zip |
irc: do not display names by default when joining a channel (task #13045)
Diffstat (limited to 'src/plugins')
-rw-r--r-- | src/plugins/irc/irc-config.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/irc/irc-config.c b/src/plugins/irc/irc-config.c index c703a4b50..ebeb09d12 100644 --- a/src/plugins/irc/irc-config.c +++ b/src/plugins/irc/irc-config.c @@ -2315,7 +2315,7 @@ irc_config_init () N_("comma-separated list of messages to display after joining a channel: " "329 = channel creation date, 332 = topic, 333 = nick/date for topic, " "366 = names on channel"), - NULL, 0, 0, "329,332,333,366", NULL, 0, NULL, NULL, + NULL, 0, 0, "329,332,333", NULL, 0, NULL, NULL, &irc_config_change_look_display_join_message, NULL, NULL, NULL); irc_config_look_display_old_topic = weechat_config_new_option ( irc_config_file, ptr_section, |