Totaly Simple Auto ID

By Vlada_bgd on Jul 06, 2008

Simple as this, guess U are using registered nick, In the menubar select AID, set Nick, and pass, and then connect to Your network. Works great for me. Even when You clear data, AID works.

menu menubar { 
  Aid 
  .Set nick:set %nick.aid $$?="Nickname You will be using:" | nick %nick.aid 
  .Set pass:set %pass.aid $$?="Password:" | msg nickserv register %pass.aid $$?="e-mail" 
  .Clear set: unset %nick.aid | unset %pass.aid 
} 
on *:NOTICE:*This nickname is registered*:?: { 
  if (($nick == NickServ) && ($readini(aid.ini,$network,$me))) { 
    .msg nickserv identify $readini(aid.ini,$network,$me) 
  } 
  else { 
    writeini aid.ini $network %nick.aid %pass.aid 
    msg nickserv identify $readini(aid.ini,$network,$me) 
  } 
} 

Comments

Sign in to comment.
Vlada_bgd   -  Jul 07, 2008

OMG, now I got it, his menubar was hidden!!!!
LOL

 Respond  
Jonesy44   -  Jul 07, 2008

Haha! Jamiiee :p

right click the titlebar, drops down the \"menubar\" menu :p

-> View -> Menubar

 Respond  
Vlada_bgd   -  Jul 07, 2008

Jamiie menubar is the main mIRC commands. You can add as well channel and status, and then you shall have this menu on right click commands.
ex. menu menubar,status,channel {
...
}

 Respond  
Jamiie   -  Jul 06, 2008

Now how do I bring menubar back up? :|

 Respond  
Jonesy44   -  Jul 06, 2008

i\'ve always wondered that, perhaps now i\'ll find out :D

EDIT: -> view -> menubar

makes the File,Edit all thatt stuff dissapear..

 Respond  
Jamiie   -  Jul 06, 2008

Upon loading this script, where would \"menu bar\" be? :S

 Respond  
Vlada_bgd   -  Jul 06, 2008

No comment, sugestion, rate???

 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.