Ducklord/DuckLord
Hey!! There is only one Ducklord, and it's me!
When I go to the contributors page, I see two Ducklords! One Ducklord and one DuckLord! It's an error! Please delete one of the "Ducklords"!
(DuckLord for example).
When I go to the contributors page, I see two Ducklords! One Ducklord and one DuckLord! It's an error! Please delete one of the "Ducklords"!
(DuckLord for example).
Ah... I need to make it case-insensitive, I suppose
Thanks for the heads-up.

Oh, you little punk. I get the third degree because the message script was case sensitive. Well lookie lookie here, who is the slim ball now? HA!

Um... mine was case insensitive because I was storing everything in a hash-array using the usernames as the key. And like some people have capital letters in their names, and there isn't an easy way to store things in a case insensitive hash-array and then magically bring back the capital letters that normally appear in one's name.
What about having each username have a case insensitive variable added to it, and whenever a new user is added, it's case-insensitive variable is compared rest?
But you probably did that alread, right?
But you probably did that alread, right?

Heh... sorta. I have thought of a way to fix it, I just need to implement it.