mirror of
https://github.com/weechat/weechat.git
synced 2026-06-25 20:36:38 +02:00
irc: fix typo in help on server option "split_msg_max_length"
This commit is contained in:
@@ -2297,7 +2297,7 @@ irc_config_server_new_option (struct t_config_file *config_file,
|
||||
option_name, "integer",
|
||||
N_("split outgoing IRC messages to fit in this number of chars; "
|
||||
"the default value is 512, this is a safe and recommended "
|
||||
"value); "
|
||||
"value; "
|
||||
"value 0 disables the split (not recommended, unless you "
|
||||
"know what you do); allowed values are 0 or "
|
||||
"any integer between 128 and 4096; "
|
||||
|
||||
Reference in New Issue
Block a user