summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorSébastien Helleu <flashcode@flashtux.org>2018-01-14 16:53:23 +0100
committerSébastien Helleu <flashcode@flashtux.org>2018-01-14 16:53:23 +0100
commit726e2491cddeef79e1e03f4d7f7ec51a44cd66df (patch)
tree3dd08cce7e6084b935ff8943498e091517877b12 /src
parentb45c9ceb97dbd14397ebf62c9734718f109c93d4 (diff)
downloadweechat-726e2491cddeef79e1e03f4d7f7ec51a44cd66df.zip
irc: fix typo in help on server option "split_msg_max_length"
Diffstat (limited to 'src')
-rw-r--r--src/plugins/irc/irc-config.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/irc/irc-config.c b/src/plugins/irc/irc-config.c
index 319e8e9ab..5a9f1ad95 100644
--- a/src/plugins/irc/irc-config.c
+++ b/src/plugins/irc/irc-config.c
@@ -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; "