mirror of
https://github.com/weechat/weechat.git
synced 2026-06-24 20:06:38 +02:00
irc: improve help on server option "default_chantypes"
This commit is contained in:
@@ -2439,7 +2439,7 @@ irc_config_server_new_option (struct t_config_file *config_file,
|
||||
config_file, section,
|
||||
option_name, "string",
|
||||
N_("channel type prefixes to use if the server does not "
|
||||
"specify them (default is #&)"),
|
||||
"send them in message 005 (default is \"#&\")"),
|
||||
NULL, 0, 0,
|
||||
default_value, value,
|
||||
null_value_allowed,
|
||||
|
||||
@@ -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,
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user