From b963c8bbf21a88ddf7456807a9374e60cc6c2929 Mon Sep 17 00:00:00 2001
From: echicken <>
Date: Thu, 30 Aug 2012 17:14:44 +0000
Subject: [PATCH] Populate a few more of lightIRC's config parameters using
 data from the BBS.

---
 web/root/ecwebv3/lightirc/lightirc.xjs | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/web/root/ecwebv3/lightirc/lightirc.xjs b/web/root/ecwebv3/lightirc/lightirc.xjs
index ec869cdab1..aaf6159f1a 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);
-- 
GitLab