These logs are no longer being updated. Use DB Logs to see recent lines.

Logs are currently locked to anyone below administrator status."; } else if ($pass == 0 && $logblock == 2) { echo "Logs are currently locked to anyone below moderators status."; } else if ($pass == 0) { echo "Logs are currently blocked for anyone not logged into the chat."; } else { if (($action == "view") && ($time != "")) DisplayLog($time); else ListLogs(); } ?>