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

Tellable should format CTCP ACTION #360

Closed taboege closed 4 years ago

taboege commented 4 years ago

Currently it prints the raw message "\x[01]ACTION …\x[01]", as seen here:

<TimToady> ␁ACTION had the power company swapping his electric meter, and it broke  my / key␁

when something like this would be more common instead

* TimToady had the power company swapping his electric meter, and it broke  my / key
AlexDaniel commented 4 years ago

So! /me action from the discrod bridge seems to look like this:

https://colabti.org/irclogger/irclogger_log/perl6?date=2019-09-18#l524

image