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