From e83eb87724ffde0dc2e07dad98a5807003bdd288 Mon Sep 17 00:00:00 2001 From: Pragmatic Software Date: Thu, 15 Jul 2021 11:21:33 -0700 Subject: [PATCH] README.md: minor tweaks --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 4bd0c8db..4a3c62f4 100644 --- a/README.md +++ b/README.md @@ -148,11 +148,11 @@ to instead preserve the newlines and output each line as a distinct message. #### Truncating long messages Output that is longer than the maximum length of an IRC message will be pasted, with all formatting preserved, to a web paste service. The IRC message itself -will be truncated, with enough room to append the paste URL to the end. +will be truncated, with enough room to append the paste URL. -If `preserve_newlines` is enabled, then if there are more lines available than `max_newlines` -all the lines will be pasted, with formatting preserved, to a web paste service. PBot will then -output up to `max_newlines` lines and then output the URL to the paste. +When `preserve_newlines` is enabled, if there are more lines available than `max_newlines` then +all of the lines will be pasted, with formatting preserved, to a web paste service. PBot will then +output up to `max_newlines` lines as distinct messages and then output the URL to the paste. ### Scripting interface PBot uses [Plang](https://github.com/pragma-/Plang) as a scripting language. You can use the