Call this v1.2.1

This commit is contained in:
Pentium44 2020-12-09 23:06:16 -08:00
parent 3184113969
commit e534d1523b
2 changed files with 5 additions and 1 deletions

View File

@ -14,6 +14,10 @@ anything like that. This is in working condition!
* Use it!
#### Changelog
* v1.2.1:
* Added htmlentities to incoming IRC messages
* Fixed /list, allows no argument when focused
* v1.2.0:
* Added /help command for client usage
* Added /nick, and /list commands

View File

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