diff --git a/config.php b/config.php
index 596b594..e3e4660 100755
--- a/config.php
+++ b/config.php
@@ -6,7 +6,7 @@
///////
$title = "IdleIRC"; // Chat title
-$desc = "IdleIRC, a simple PHP based IRC client & bouncer."; // Chat description
+$desc = "IdleIRC is a simple web based IRC client & bouncer service."; // Chat description
$server = "cddo.cf"; // IRC server connected to (for information display panel and client)
$port = "1337"; // IRC server port (for information display panel)
$server_msgcount = "80"; // Number of messages to leave at the end of the server database
diff --git a/index.php b/index.php
index 3e830ca..2310d85 100755
--- a/index.php
+++ b/index.php
@@ -34,7 +34,7 @@ function loginForm(){
- Welcome to the WebIRC client / bouncer!
+ Welcome to " . $GLOBALS['desc']; ?>
Don't have an account? Create one here!