"); document.screen.document.close();
setTimeout('counter()',60);
setTimeout('greet()',7000);
}
function hideJP(){
document.screen.document.open();
document.screen.document.write("
mIRC� Excessive 2002
Join & part messages are now hidden.
");
document.XXX.OOO.value = "Join and Part messages are now Hidden!";
document.screen.document.close();
setTimeout('counter()',60);
setTimeout('greet()',7000);
}
function room(chan){
document.screen.document.open();
document.screen.document.write("
Property of PORT_70 duplication of code is strictly prohibited.
Topic: mIRC� Excessive (this is not a real room)
Sm4rt_Script has entered the room
Sm4rt_Script: welcome to mIRC� Excessive
Sm4rt_Script: choose your server information correctly and click on (join)
Sm4rt_Script (to you): for commands type: /sm4rtbotc /shortcuts /pre /bmirc(there are 121 commands total.) to call ^Sm4rtB0t^ type: /bot if you do not have permission to the bot do not attempt to activate it directly, please ask me and ill add you to its access list. DO NOT attempt to activate this bot program by any other means. Or this program will be totally terminated.
Sm4rt_Script has left the room
");
document.screen.document.close();
}
mIRC� Excessive 2002
closed document transcript.
type /refresh to reenter present channel settings.");
document.XXX.OOO.value = "�����chat terminal screen OFF type /refresh to ReEnter present channel...";
document.screen.document.close();
}
"; document.screen.document.open(); document.screen.document.write(hmm); document.screen.document.close();
document.YYY.ZZZ.value = "colors changed to B\= "+bg+" T\= "+tx+" W\= "+wh+" A\= "+ac+" ";
setTimeout('clearmess()',9000);
}
else if (cmd.substring(0,5) == "/join") {
clear();
newRm(cmd.substring(6)); return;
} else if (cmd.toLowerCase() =="/clear") {
alert("clears server fields only");
clear();
document.change.host.value="irc."
document.change.port.value=""
document.change.room.value=""
}
else if (cmd.toLowerCase() =="/clearall") {
alert("clears all screen settings and server fields");
clear();
document.change.host.value="irc."
document.change.port.value=""
document.change.room.value=""
document.color.CcolorCT.value=""
document.color.CcolorCW.value=""
document.color.CcolorCN.value=""
document.color.CcolorCTP.value=""
document.color.CcolorCWP.value=""
}
else if (cmd.toLowerCase() =="/ts") {
clear();
document.color.fsize.value="small"
change()
}
else if (cmd.toLowerCase() =="/tm") {
clear();
document.color.fsize.value="medium"
change()
}
else if (cmd.toLowerCase() =="/tl") {
clear();
document.color.fsize.value="large"
change()
}
else {
Chat.addChannelMessage(cmd)
clear();
}
}
function addMessage (msg) {
txt(msg);
document.forms['chatinputform'].elements[ 'chatinput'].value = "" }
function txt (msg) {
Chat.addChannelMessage(msg)
}
function clear () {
document.forms['chatinputform'].elements[ 'chatinput'].value = "" }
function newRm(txt) {
if (txt) {
document.change.room.value=txt;
}
change();
}