SIMPLE AUTO GHOST

By LaTiNo on Jul 25, 2010

instead of holding complicated, here's a simple code that works as AUTOGHOST, using your alternate nick on mIRC.
When someone else is using your nickname or have a bad connection, and you're using mIRC, the program automatically connects you with your alternative nickname, that lets you kill the ghost.

ON *:CONNECT: {
  if ($nick == NickBot_ ) { .ns ghost NickBot password | .nick NickBot }
  elseif ($nick != NickBot) { .ns ghost NickBot password | .nick NickBot }
}

Comments

Sign in to comment.
Jethro   -  Jul 25, 2010

SnoooP, you are right. The elseif is not needed...

Besides, a raw 433 should get the job done.

raw 433:*:{ 
  .ns ghost $mnick 15987
  .nick $mnick
  halt 
}

$mnick returns your main nickname.

 Respond  
SnoooP   -  Jul 25, 2010

Doesn't the elseif make the if pointless?

 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.