Closed denkristoffer closed 14 years ago
This functionality already exists. Although admittedly current documentation is lacking to show this, it's called :ignore_case
- See http://github.com/injekt/cinch/blob/master/lib/cinch/base.rb#L304
Alright, sorry :)
A flag like
:case_sensitive => false
(Defaults to true), to send along with the options, would be nice to have, so that "!ping", "!Ping" and "!PING" triggers the same thing.