client/New()
// if(!banned)
// banned = list("Guest")
if(banned.Find(src.key) || banned.Find("[src.address]"))
Problem description:
Whenever someone tries to log in and someone is banned, it will report "error: null.Find" and the person will be unable to log in. It didn't do this until I updated to 4.0 last night. I tried adding the lines that are commented above and it did absolutely nothing to the problem.