VB Case Script
function jumpy() { nbr = 1 sx = wang.toLowerCase() sy = "" for (i = 0; i <= sx.length; i++) { var c = sx.charAt(i) if (c == ' ') { nbr = 1 } else if (nbr == 1) { c = c.toUpperCase() nbr++ } else if (nbr == 2) { nbr-- } sy = sy+""+c } wang = sy txt(sy); }
Short Msg Script
if(msg.toLowerCase().substring(0,4) == "/msg"){ if(msg.substring(5) == "" || msg.substring(5) == null){ window.open('whisper.panel'); document.cas.irc.value = "";} else { a = msg.substring(5).split(" "); b = msg.split(a[0]); Chat.addChannelMessage("/msg "+a[0]+""+b[1]); document.cas.irc.value = "/msg "+a[0]+" ";} msg = "";}
Clock In Status Bar
function Clock(){now = new Date(); clkh = now.getHours(); clkm = now.getMinutes(); if(clkh > 12){clkhf = clkh - 12; ampm = "pm";} else { ampm = "am"; if(clkh == 0){clkhf = "12";} else {clkhf = clkh;}} if(clkm < 10){clkmf = "0";} else {clkmf = "";} time = clkhf+":"+clkmf+""+clkm+""+ampm; status = "IRC Name - "+time; setTimeout("Clock()",60000);}
Chat Close/Chat Refresh
/* ok change() is the fast roomchanger part, BUT close() is the "turn-screen-off" part at no additional charge and welcome() is the greeting you send out when you enter a room. */ /*You can do one of two things: #1. You can embed a page and name it like so---
*/ /* #2. You can name a chattranscript and then your IRC will automatically open to a pre-determined room, like so:
*/ /* Ok, now for the part of the roomchanger that you enter the names into: */
Options Cycler
[]D [] []\/[] []D Font Script
Font Cycler
<
>
Vbeepers
Casaveli
Pm Toolz
TipTup