djcas9 / komanda

The IRC Client For Developers
http://komanda.io
MIT License
1.78k stars 75 forks source link

Fixed #65 Case-insensitive on pm #114

Closed ghost closed 10 years ago

eugene-bulkin commented 10 years ago

The code structure has changed and this is actually no longer sufficient to guarantee case-insensitivity. We need 3 cases to be fixed:

It needs to seek those three cases out. I believe those are the only situations in which a message coming in or going out will have a username that you may not have typed in the correct case.

ghost commented 10 years ago

ohh