1
0
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:
Sébastien Helleu
2018-01-14 16:53:23 +01:00
parent b45c9ceb97
commit 726e2491cd
20 changed files with 36 additions and 36 deletions
+1 -1
View File
@@ -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; "