-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
nick case is always lower #11
Comments
it looks like this is the fault of downcasing everything for string compare, instead of using the option |
Old code base and inexperienced objective C developer at the time :-) |
Actually from checking the code for some minutes I don't see the bug. I'm only doing the lower casing for comparting, not for putting into the data structures? |
sorry, i'll do a little digging tomorrow. i caught the virus recently, and i'm able to concentrate again. :) |
oh... well, please also try to sleep, rest, take your zinc+C etc ;-) |
I found the issue.. @lowlyw hope you are well |
in the
Users
scene, the nick case is always show as lowercase same when[quasselCoreConnection ircUsersForChannelWithBufferId:]
is called, instead of the actual potentially using uppercase nicknames.The text was updated successfully, but these errors were encountered: