Call this v1.2.1
This commit is contained in:
parent
3184113969
commit
e534d1523b
@ -14,6 +14,10 @@ anything like that. This is in working condition!
|
|||||||
* Use it!
|
* Use it!
|
||||||
|
|
||||||
#### Changelog
|
#### Changelog
|
||||||
|
* v1.2.1:
|
||||||
|
* Added htmlentities to incoming IRC messages
|
||||||
|
* Fixed /list, allows no argument when focused
|
||||||
|
|
||||||
* v1.2.0:
|
* v1.2.0:
|
||||||
* Added /help command for client usage
|
* Added /help command for client usage
|
||||||
* Added /nick, and /list commands
|
* Added /nick, and /list commands
|
||||||
|
@ -18,7 +18,7 @@ $logfile = "irclog.txt"; // Log instances for each bouncer
|
|||||||
$ipcolor = "#00FF00";
|
$ipcolor = "#00FF00";
|
||||||
|
|
||||||
///// NO TOUCHY SECTION /////
|
///// NO TOUCHY SECTION /////
|
||||||
$version = "1.2.0"; // CWChat version
|
$version = "1.2.1"; // CWChat version
|
||||||
|
|
||||||
function doLog($string) {
|
function doLog($string) {
|
||||||
file_put_contents($GLOBALS['logfile'], $string . "\r\n", FILE_APPEND);
|
file_put_contents($GLOBALS['logfile'], $string . "\r\n", FILE_APPEND);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user