файл sender.php в корне чатанарод помогите
........
как сделать чтобы из чата можно было выходить с помощью команды ?
после
$style_start = str_replace("#", $cpuLen, $style_start);
вставить
if (strpos($mesg, "!выход") == 1) {
echo '<script>parent.window.location.assign("'.$chat_url.'logout.php?session='.$session.'");</script>';
exit();
}