Originally posted by imheretohelp
I can't seem to get those 2 scripts to work so i made one of my own.
It works well and is REALLY simple. All it does is checks if your current nick is equal to your alt nick. If it is it will kill your main nicks ghost and change your nick to your main nick. Phew! thats a lot of nicks!
alias ghst {
/ns ghost $mnick *************
}
alias deghost {
/scon -a ghst
/scon -a nick $mnick
}
on *:connect:{ if $me == $anick /deghost
}
}