Raku / whateverable

🤖 Different IRC bots that operate on a bunch of prebuilt Rakudo versions
https://gist.github.com/Whateverable
GNU Affero General Public License v3.0
18 stars 14 forks source link

Unicodable shouldn't repeat the string in the “explain the characters” mode #272

Closed AlexDaniel closed 6 years ago

AlexDaniel commented 6 years ago

\<AlexDaniel> u: \Onyetenyevwe\ \<unicodable6> AlexDaniel, U+005C REVERSE SOLIDUS [Po] () \<unicodable6> AlexDaniel, U+004F LATIN CAPITAL LETTER O [Lu] (O) \<unicodable6> AlexDaniel, 14 characters in total (\Onyetenyevwe): https://gist.github.com/62e0d2776380a0a1977ed592737741c1

There's no need to repeat “Onyetenyevwe” in its last message.

AlexDaniel commented 6 years ago

Or maybe it should.

AlexDaniel commented 6 years ago

Yes, let's keep it. The output makes sense and it shows what is happening. Will add tests shortly.