First off, before I used to want to connect to 3 different servers, and channels in each one. But now, i want to remove this script, that I can't find in the script editor.

The script is...

Code:
on *:start:{
server firstserver
server -m secondserver
server -m third...
}


I think, i pasted the code into the "Aliases" tab, but now I can't find it to remove it. How do I remove it??

Also i wanted to use this script...

Auto-Identify Script for DalNet

But it seems, when I do use it, i can't connect to any other network, thus, wanted to remove the script i posted in the code tags.

Also, the script is confusing me, and there's no link to contact the guy that made it, or to the "updated script."

The part that confusing me about it, is...

Quote:
/ident {
//if (($me == YourNick^_^) || ($me == YourAltNick) || (Guest isin $me)) /nick YourNick

}

/id {
//if ($me != YourNick) /timer 1 0 /nickserv ghost YourNick yourpassword
/timer 1 5 /nickserv identify YourNick password
/timer 1 10 /nickserv identify NickTwo password
...
}


I already know how to do the id part, cept for the first part where it says ($me != YourNick) I don't know if i put my main nick on there, or the one nick the network gives me, when my nick is currenly being held by one of the chanops, till i ghost it.