//
// ==UserScript==
// @name           DaCyclops' KoL - Time-Less Chat
// @namespace      http://cyclops.yqmonline.com
// @include        *.kingdomofloathing.com/lchat.php*
// @description    Disables Chat Timeout. Version 1.00
//
// ==/UserScript==


setTimeout("" +
"void setInterval('cycles=0',6e3);"+
"document.getElementById(\"ChatWindow\").innerHTML=document.getElementById(\"ChatWindow\").innerHTML + '<font color=\"green\"><b>Chat Timeout Disabled</b></font><br>';"+
"",10);