From 5ffc629bcebe26b69039e85b177cd08f221b507a Mon Sep 17 00:00:00 2001 From: James Lu Date: Tue, 10 Jul 2018 18:04:05 -0700 Subject: [PATCH] plugins/example: update word wrap note As of PyLink 2.0, long paragraphs are automatically word-wrapped by irc.reply(). --- plugins/example.py | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/plugins/example.py b/plugins/example.py index 40f9aab..4597dcb 100644 --- a/plugins/example.py +++ b/plugins/example.py @@ -44,9 +44,7 @@ def randint(irc, source, args): # line, even though it is physically written on two. # - Double line breaks are treated as breaks between two paragraphs, and will be shown # as distinct lines in IRC. - - # Note: you shouldn't make any one paragraph too long, since they may get cut off. Automatic - # word-wrap may be added in the future; see https://github.com/jlu5/PyLink/issues/153 + # As of PyLink 2.0, long paragraphs are automatically word-wrapped by irc.reply(). """[ ] Returns a random number between and . and default to 1 and 10