Hello,
i have just installed phpfreechat and i love it, thanks for this script.
but i couldnt disable nick changing via php codes. (i know little php)
for some reasons i want to log my visiter via the name in site account
just setting this parameter
$params["nick"] = $web_site_username;
and i also set frozen nick true
$params["frozen_nick"] = true;
but everyone can still chang their nick by typing /nick newnick
could you be so kind to help me