This commit is contained in:
Pentium44 2020-12-09 22:28:44 -08:00
parent 8047729e93
commit 71410de412

View File

@ -18,7 +18,7 @@ $logfile = "irclog.txt"; // Log instances for each bouncer
$ipcolor = "#00FF00";
///// NO TOUCHY SECTION /////
$version = "1.1.0"; // CWChat version
$version = "1.2.0"; // CWChat version
function doLog($string) {
file_put_contents($GLOBALS['logfile'], $string . "\r\n", FILE_APPEND);