Case find nick
From Botnix
case_find_nick
nick = main::case_find_nick(nick,networkid)
Look up a nick in the nicknames hash case insensitively, for a given network. Because perl hashes are case sensitive, you must use this function to case insensitively find a username. If the username cannot be found, the function returns an empty but defined string.

