rmmh / skybot

Python IRC bot
https://github.com/rmmh/skybot/wiki
The Unlicense
249 stars 170 forks source link

.tag foo & bar wont intersect mixed case tagged nicks #161

Closed aaroncrespo closed 7 years ago

aaroncrespo commented 7 years ago

Help.

aaroncrespo commented 7 years ago

foo is tagged bar Foo is tagged baz

.tagged foo & baz would not return foo

but most other .tag operations are case insensitive.

aaroncrespo commented 7 years ago

I never use python so this might not be correct or the best way