Hello, because when I create private room and the first check I write for my nickname, and yet when someone else wrote before me, the check that he created the room?
He should be the nickname of the user who opens a private room, regardless of who first slipping. thanks for the help.
PHP Code:
if($room=="")
{
echo addchatmsg($room[0],$text,1,"* $chnick create room private *");
}
Comment