A beep is a ping. ;-)

This commit is contained in:
moodler 2003-07-09 13:07:53 +00:00
parent 48bae72ffb
commit a808a06f88

View File

@ -43,6 +43,9 @@ if (isset($_GET['beep'])) {
if (!insert_record("chat_messages", $message)) {
error("Could not insert a chat message!");
}
$chatuser->lastping = time(); // A beep is a ping ;-)
update_record("chat_users", $chatuser);
}