diff --git a/web/root/ecwebv3/lightirc/lightirc.xjs b/web/root/ecwebv3/lightirc/lightirc.xjs
index ec869cdab1c2ed22aca50794df4f01c52590a5de..aaf6159f1a81cb4444103b83fbcf2bcec1916b42 100644
--- a/web/root/ecwebv3/lightirc/lightirc.xjs
+++ b/web/root/ecwebv3/lightirc/lightirc.xjs
@@ -30,7 +30,10 @@ var params = {
 	language : 'en',
 	nickselect : 'yes',
 	nick : '<?xjs write(user.alias); ?>',
-	autojoin : '#bbs'
+	autojoin : '#bbs',
+	ident : '<?xjs write(user.alias); ?>',
+	realname : '<?xjs write(user.name); ?>',
+	quitmsg : '<?xjs write(system.name); ?>'
 };
 if(<?xjs write(embed); ?>)
 	swfobject.embedSWF('http://<?xjs write(system.inet_addr); ?>:<?xjs write(webIni.HTTPPort); ?>/lightirc/lightIRC.swf', 'lightIRC', '730', '420', '9.0.0', null, params, null);