diff --git a/README.md b/README.md index b327815..3b48864 100755 --- a/README.md +++ b/README.md @@ -60,6 +60,9 @@ Read-Write access for working directory #### Changelog +* v1.4.1: + * Fix usleep bug where irc.php sleeps for less than a millisecond (lol) + * v1.4.0: * CSS cleanup / fixes. Rework CSS theme, and add a light variant. * Minor tweaks and bug fixes diff --git a/config.php b/config.php index 854eeff..2dab1e3 100755 --- a/config.php +++ b/config.php @@ -5,8 +5,8 @@ // https://github.com/Pentium44/idleirc /////// -$title = "IdleIRC"; // Main IdleIRC title -$desc = "IdleIRC is a simple web based IRC client & bouncer service."; // IdleIRC description +$title = "FreeBounce"; // Main IdleIRC title +$desc = "FreeBounce is a simple web based IRC client & bouncer service powered by IdleIRC"; // IdleIRC description $server = "cddo.cf"; // IRC server connected to (for information display panel and client) $port = "1337"; // IRC server port (for information display panel and client) $default_channel = "#theroot"; // Default channel to push users into diff --git a/index.php b/index.php index c34cdac..7e74c40 100755 --- a/index.php +++ b/index.php @@ -171,6 +171,7 @@ if (isset($_GET['do']) && $_GET['do']=="login" && isset($_POST['submitBtn']) &&