From b7dc60289b41ee099f5332e9b2a6a3e00c783216 Mon Sep 17 00:00:00 2001 From: Pentium44 Date: Thu, 24 Dec 2020 20:38:17 -0800 Subject: [PATCH] Call this v1.4.1 (lol) --- README.md | 3 +++ config.php | 4 ++-- index.php | 5 +++-- irc.php | 2 +- version.php | 2 +- 5 files changed, 10 insertions(+), 6 deletions(-) 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']) && <?php echo $title . " " . $version ?> + > -
Bounce"; if(isset($_SESSION['idleirc-user'])) { echo " ~ " . $_SESSION['idleirc-servaddr'] . ":" . $_SESSION['idleirc-servport'] . " on " . $_SESSION['idleirc-channel']; } ?>