Auto Nick Recovery (Nickserv)

By SeminolePride on Oct 19, 2006

Once you first load it you must set your password.. by doing:
/setuppass PASSWORD

***NOTE: This password should be the same as your nickserv pass.

ok.. its just so that if anyone takes your nick and youre on a network with nickserv you flat rape them and take back your nick :)

;An updated version which is better is soon to come..
;Ill keep you posted :)
alias setuppass {
  if ($1 == $null) { 
    echo -a Invalid Syntax. Ex: /setuppass mypass
    halt 
  }
  %nickpass = $1
  echo -a Your nickserv password has been set to: %nickpass 
}
;This is the RAW that is sent when your nick is taken.
RAW 433:*:{
  ;umm we dont wanna hear it buddy..
  haltdef
  ;at this time $me is still the nick that is taken..
  if ($2 == $me) {
    ;Tell nickserv that user is a fake so he kills them
    timer 1 3 msg nickserv GHOST $me %nickpass
    ;We switch our name back to the nick that was taken..
    timer 1 5 tnick $me
    ;but for right now we must use the alternate nick..
    tnick $anick 
  } 
}

Comments

Sign in to comment.
SeminolePride   -  Oct 19, 2006

Seriously, dont come here to leave negative comments. If you find something I should fix, kindly point it out and i\'ll fix it.. But flaming isnt needed.

Later! ;)

 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.