var chatButton=$("ul.segmented_tabs li a").first();$("
  • CommandsTalk
  • ").insertAfter(chatButton);chatButton.css("width",chatButton.width()-71);$(".CommandsToggle").click(function(){"use strict";$("a.CommandsToggle").toggleClass("selected");if($(".commandsHideCSS").length!==0){$(".commandsHideCSS").remove()}else{$("").appendTo("head")}});$(".ChatToggle").click(function(){"use strict";$("a.ChatToggle").toggleClass("selected");if($(".chatHideCSS").length!==0){$(".chatHideCSS").remove()}else{$("").appendTo("head")}});$(".ChatToggle").click();CurrentChat.line_buffer=800;var extraCSS=" ";$(extraCSS).appendTo("head");setInterval(function(){"use strict";$('#chat_line_list li:not(.cSpam):not(.cSafe)').each(function(){var a=$(this),cText=a.find(".chat_line").text();if(cText&&!cText.match(/^(up|down|start9|anarchy|democracy|left|right|a|b|start|select?)$/i)){a.addClass("cSafe")}else{a.addClass("cSpam")}});if(CurrentChat.currently_scrolling){CurrentChat.scroll_chat()}},100);