Case find handle
From Botnix
case_find_handle
handle = main::case_find_handle(handle)
Look up a handle in the users hash case insensitively. 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.

