Auto Identifier

By Anspdoijs on Jan 11, 2010

It identifies on connect, using popup dialogs

on *:load: {
  echo 4 -a Auto-Identifier 
  echo 4 -a Made by Anspdoijs
  echo 4 -a Published 12-01-2010 ©
  echo 4 -a ----------------------
  echo 4 -a ----------------
  echo 4 -a ----------
}
On *:connect: {
;Enter Servername Here \/
  if ($server == (Server)) {
;Enter Nickname Here --------------------\/
    var %AutojoinOne = $?!"Inloggen als (Nickname) ?" { 
;Enter Nickname Here --------------------\/
      if (%AutojoinOne == $true) { nick (Nickname) | %AutojoinTwo } 
      elseif (%AutojoinOne == $false) { nick Anonymous | halt }
;Enter Nickname Here -----------------------\/ 
    var %AutojoinTwo = $$?"Wachtwoord voor (Nickname) ?" }
;Enter Password for Nickname Here
                          \/ And here -------------------\/
    if (%AutojoinTwo == Password For Nickname) { msg nickserv identify (Password For Nickname}
;Enter Password for Nickname Here
                          \/
    if (%AutojoinTwo != (Password For Nickname)) { nick Anonymous }
  }
}

Comments

Sign in to comment.
Jethro   -  Jan 11, 2010

Did you really have to use that c slang word on purpose?

 Respond  
TheNitelyfe   -  Jan 11, 2010

@DarkCoder um what?

 Respond  
napa182   -  Jan 11, 2010

@DarkCoder um what?

 Respond  
DarkCoder   -  Jan 11, 2010

Very well scripted, this is the kind of coding that napa would cum on, my version would be like.

 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.