diff --git a/README.md b/README.md index a5d60f5..ab9753f 100755 --- a/README.md +++ b/README.md @@ -14,6 +14,13 @@ anything like that. This is in working condition! * Use it! #### Changelog +* v1.2.2: + * CSS updates + * Added IdleIRC footer + * Navigation bar modifications + * Added /channel & /focused + * Other stuffs + * v1.2.1: * Added htmlentities to incoming IRC messages * Fixed /list, allows no argument when focused diff --git a/config.php b/config.php index 2a815b2..596b594 100755 --- a/config.php +++ b/config.php @@ -18,7 +18,7 @@ $logfile = "irclog.txt"; // Log instances for each bouncer $ipcolor = "#00FF00"; ///// NO TOUCHY SECTION ///// -$version = "1.2.1"; // CWChat version +$version = "1.2.2"; // CWChat version function doLog($string) { file_put_contents($GLOBALS['logfile'], $string . "\r\n", FILE_APPEND); diff --git a/index.php b/index.php index 638b14c..3e830ca 100755 --- a/index.php +++ b/index.php @@ -282,13 +282,13 @@ if (!isset($_SESSION['idleirc-user'])) { Connect to server"; + echo "Connect to server"; } else { - echo "• Disconnect from server"; + echo "Disconnect from server"; } ?> - • Clear IRC logs - • IRC Logs + Clear IRC logs + IRC Logs