mIRC Home    About    Download    Register    News    Help

Print Thread
#138854 07/01/06 11:51 PM
Joined: Dec 2004
Posts: 33
W
Ameglian cow
OP Offline
Ameglian cow
W
Joined: Dec 2004
Posts: 33
well.. id like a auto ghost script for all of my nicks.. they have the sma password. all i want it to do is when someone changes there nick if it matches a nick that i have use the ghost command. only problem is i usally have this computer up and running. so how would i modify it to where i can use a nick from another computer while this is up and running? i would rather do 1 script per nick and ill just replace <nick> and <password>, also have it ghost on joins if osmeone joins with the nick. anyway. i know its possible. i just slow. and is there a way to have 1 script for all my nicks? i have 9 all the same password. anyway thankyou for your time

#138855 08/01/06 12:01 AM
Joined: Jan 2006
Posts: 5
Sid Offline
Nutrimatic drinks dispenser
Offline
Nutrimatic drinks dispenser
Joined: Jan 2006
Posts: 5
Specify an address.
If the address you specified matches the address of $newnick, your script won't ghost them.

Would be something like this;
on *:NICK:{
if ($address($newnick,4) == <the address from your other computer>) { return }
else {
if ($istok(nick1 nick2 nick3 nick4 etc,$newnick,32)) { nickserv ghost $newnick password }
}
}


Mad at god, and mad at you, you're believing in something which cannot be true

Link Copied to Clipboard