
Untitled
By: a guest on
Jul 1st, 2012 | syntax:
None | size: 0.51 KB | hits: 16 | expires: Never
var isiton = SESSION.global("nightclub").status.is_it_on;
if (isiton == true && message.charAt('0') != "/" && message.charAt('0') != "!") {
sys.sendHtmlAll("<table bgcolor='black' width='100%' cellpadding=12 cellspacing=0 style='margin:-12;'><tr><td><font size='4'><b><font color='#157DEC'><timestamp/></font>" + colorify(sys.name(src) + ': ') + colorify(message) + "</b></font></td></tr></table>", channel);
sys.stopEvent();
}