1
0
mirror of https://github.com/weechat/weechat.git synced 2026-07-01 07:16:37 +02:00

irc: improve help on server option "default_chantypes"

This commit is contained in:
Sébastien Helleu
2021-01-30 09:25:06 +01:00
parent 293402143b
commit ec2ffedab6
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -92,7 +92,7 @@ enum t_irc_server_option
IRC_SERVER_OPTION_NOTIFY, /* notify list */
IRC_SERVER_OPTION_SPLIT_MSG_MAX_LENGTH, /* max length of messages */
IRC_SERVER_OPTION_CHARSET_MESSAGE, /* what to decode/encode in msg */
IRC_SERVER_OPTION_DEFAULT_CHANTYPES, /* chantypes if server doesn't say */
IRC_SERVER_OPTION_DEFAULT_CHANTYPES, /* chantypes if not received */
/* number of server options */
IRC_SERVER_NUM_OPTIONS,
};