Auto Identify v1.0

By Grne on May 02, 2008

Copy/paste in remotes...

Screenshot:
Image

;*****************************************
;*****************************************
;**        Auto Identify  v1.0          **
;**                 By                  **
;**                Grne                 **
;*****************************************
;*****************************************

on *:start: {
  .if (%nickserv.pass == $null) { .dialog -m GIdentify GIdentify | halt }
  .nick %nickserv.nick
  .else { halt }
}
menu channel,nicklist {
  .Auto Identify { .dialog -m GIdentify GIdentify }
}
dialog GIdentify {
  title "Auto Ident by Grne"
  size -1 -1 180 82
  option dbu
  text "Auto Identification", 1, 49 7 97 8, nowrap
  text "Nickname:", 2, 32 29 25 8, nowrap
  text "Password:", 3, 41 40 25 8, nowrap
  link "www.hawkee.com", 4, 59 71 67 8
  button "Cancel", 5, 138 56 37 12, cancel
  button "Save", 6, 98 56 37 12, ok
  edit "", 7, 58 28 53 10, autohs autovs
  edit "", 8, 67 39 61 10, pass autohs
}
on *:dialog:GIdentify:sclick:4: {
  .run http://www.hawkee.com
}
on *:dialog:GIdentify:sclick:6: {
  %nickserv.pass = $encode($did(8).text,m)
  %nickserv.nick = $did(7).text
  $g
}
alias g {
  %nickserv.pass = $encode(%nickserv.pass,n)
}
#nickserv on
on *:notice:please choose a different nick*:?: {
  .if ($nick == Nickserv) {
    .msg nickserv GIdentify  $decode($decode(%nickserv.pass,n),m)
    .echo -a 4You are automatic identified to nickserv.
  }
}
on *:text:please choose a different nick*:?: {
  .if ($nick == Nickserv) {
    .msg nickserv GIdentify $decode($decode(%nickserv.pass,n),m)
    .echo -a 4You are automatic identified to nickserv.
  }
}
#nickserv end

Comments

Sign in to comment.
Testor   -  Oct 20, 2009
on *:text:please choose a different nick*:?: {
  .if ($nick == Nickserv) {
    .msg nickserv GIdentify $decode($decode(%nickserv.pass,n),m)
    .echo -a 4You are automatic identified to nickserv.
  }
}

That's supposed to be on notice.

 Respond  
x1L22   -  Oct 20, 2009

Gooodd

How can take the number 20 is code 15

 Respond  
chachin   -  Apr 29, 2009

i need an autoidentify not only for 1 server but for different because i have different passwords on 6 10 server im on :'( | but this one works great on any server

 Respond  
Akishoot   -  May 03, 2008

• Size of dialog could be greatly reduced.
• \'Nickname\'/\'Password\' edit fields could be alligned a bit neater.

Other than that, a fairly simple, but nice script.

Good work. :)

 Respond  
TheWhistler   -  May 02, 2008

thanks for the autoid works great, now make one for a room/channel

 Respond  
^Neptune   -  May 02, 2008

looks ok, but the dialog size could be greatly reduced

 Respond  
Viper01   -  May 02, 2008

damn, you beat me to it :|

i was working on an auto-id dialog lol

 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.