1
0
mirror of https://github.com/weechat/weechat.git synced 2026-07-05 17:23:15 +02:00

irc: add value "353" in option irc.look.display_join_message

So now the values mean:
- 353: names on channel
- 366: names count (before this commit it meant 353 + 366)
This commit is contained in:
Sebastien Helleu
2014-01-28 18:31:03 +01:00
parent ff92b79712
commit f285fdafa0
22 changed files with 85 additions and 59 deletions
+2 -2
View File
@@ -2314,8 +2314,8 @@ irc_config_init ()
"display_join_message", "string",
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", NULL, 0, NULL, NULL,
"353 = names on channel, 366 = names count"),
NULL, 0, 0, "329,332,333,366", 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,