1
0
mirror of https://github.com/weechat/weechat.git synced 2026-07-07 02:03:13 +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
@@ -705,7 +705,7 @@
** domyślna wartość: `+""+`
* [[option_irc.server_default.split_msg_max_length]] *irc.server_default.split_msg_max_length*
** opis: pass:none[split outgoing IRC messages to fit in this number of chars; the default value is 512, this is a safe and recommended 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; this option should be changed only on non-standard IRC servers, for example gateways like bitlbee]
** opis: pass:none[split outgoing IRC messages to fit in this number of chars; the default value is 512, this is a safe and recommended 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; this option should be changed only on non-standard IRC servers, for example gateways like bitlbee]
** typ: liczba
** wartości: 0 .. 4096
** domyślna wartość: `+512+`