"Untitled" By nanyobis (https://pastebin.com/u/nanyobis) URL: https://pastebin.com/GRXppGYS Created on: Friday 7th of February 2014 04:41:39 PM CDT Retrieved on: Saturday 31 of October 2020 06:18:46 AM UTC function sendCommand(command) { swfobject.getObjectById('lightIRC').sendCommand(command); } function sendMessageToActiveWindow(message) { swfobject.getObjectById('lightIRC').sendMessageToActiveWindow(message); } function setTextInputContent(content) { swfobject.getObjectById('lightIRC').setTextInputContent(content); } function onChatAreaClick(nick, ident, realname) { //alert("onChatAreaClick: "+nick); } function onContextMenuSelect(type, nick, ident, realname) { //alert("onContextMenuSelect: "+nick+" for type "+type); } function onServerCommand(command) { return command; } window.onbeforeunload = function() { swfobject.getObjectById('lightIRC').sendQuit(); } for(var key in params) { params[key] = params[key].toString().replace(/%/g, "%25"); }