lizmat / IRC-Client

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

bot addressed/bot mentioned fail to react if capitalization is wrong #41

Open zoffixznet opened 7 years ago

zoffixznet commented 7 years ago

Prolly should do a case-insensitive match. (be sure to account for IRC's weird equvalence of brackets)

AlexDaniel commented 7 years ago

I think you can already do that right now if you add /:i mybotname / as an alias. For example, here is what whateverables do (which also includes fuzzy matches): source.