Skip to content
Snippets Groups Projects
Commit b963c8bb authored by echicken's avatar echicken
Browse files

Populate a few more of lightIRC's config parameters using data from the BBS.

parent a0279480
No related branches found
No related tags found
No related merge requests found
......@@ -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);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment