lizmat / IRC-Client

Raku module for building IRC (Internet Relay Chat) clients
Artistic License 2.0
15 stars 8 forks source link

Mark addressed messages as such #28

Open japhb opened 8 years ago

japhb commented 8 years ago

Right now there is no simple way in latter parts of the event cascade to tell that a message was originally addressed to the bot, because that is stripped early on from the text (in IRC::Client!handle-event, at Client.pm6:241). Zoffix posted a workaround, but this ought to just be built in (where it could be implemented without hacks as well).