Auto-Ghost

By Reezy on Feb 10, 2010

Well, I was bored, and i realized that i haven't posted something on Hawkee in a while, so i just threw this together. You have to set all of the nicks (because alot of people have multiple registerd/grouped nicks) And if you dont have Multiple nicks just put the same nick for all of them. Then set your password...

Whenever someone trys to use one of your nick it automatically ghosts them.

To open, type /aghost.

Please rate and comment :).

alias aghost {
  /set %nickone $$?="What is nick #1?"
  /set %nicktwo $$?="What is nick #2?"
  /set %nickthree $$?="What is nick #3?"
  /set %nickfour $$?="What is nick #4?"
  /set %password $$?="What is your password?"
}
on !*:nick:{ if ($istok(nick1|nick2|nick3|nick4,$newnick,124)) .ns ghost $newnick password }
on !*:join:#:{ if ($istok(nick1|nick2|nick3|nick4,$nick,124)) .ns ghost $nick password }

Comments

Sign in to comment.
Reezy   -  Feb 18, 2010

updated

 Respond  
Jethro   -  Feb 11, 2010

Oh ok. Darn it. The network I use doesn't have nickserv. lol

 Respond  
napa182   -  Feb 11, 2010

Jethro_ on these you do or you will get a notice of " -NickServ- You can't ghost yourself! "

 Respond  
Jethro   -  Feb 11, 2010

napa, I don't see why the ! prefix is needed in each event. In fact, they're not needed.

 Respond  
napa182   -  Feb 11, 2010

could do

on !*:nick:{ if ($istok(nick1|nick2|nick3|nick4,$newnick,124)) .ns ghost $newnick password }
on !*:join:#:{ if ($istok(nick1|nick2|nick3|nick4,$nick,124)) .ns ghost $nick password }
 Respond  
Reezy   -  Feb 10, 2010

oops lol, yh it was a typo, my bad, Updated :)

 Respond  
-.- Does this work?   -  Feb 10, 2010

Um, I may be wrong but you have a error half way into the script where you changed %password to $password. I'm going to guess typo. =x

 Respond  
Are you sure you want to unfollow this person?
Are you sure you want to delete this?
Click "Unsubscribe" to stop receiving notices pertaining to this post.
Click "Subscribe" to resume notices pertaining to this post.