I just installed your package and I LOVE it! At the moment I'm still tweaking a number of the parameters to get things the way I want. One problem that I've come up with is with the "max_nick_len" parameter.
I have the following line in my php file,
$params["max_nick_len"] = 25;
However the nicks still get cut off at 15 characters. If I set the value to less than 15 it woks but I can't seem to get it above 15. Am I missing something?