Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Re: How to make auto identify
#1
This is a simple mIRC script replacing MinDFreaks way above.
I'm not a coder, so please don't judge me that hard.  Tongue
I made that little script some time ago and just fixed some things and translated it into English.
However, this addon does not use Perform
and allows you to change your password while being connected.
You can change the password saved in the addon and the password on NickServ. The second one automatically overwrites the addon password.
In Addion to that, a short command, called /info will display short information you saved.
It also disables user mode +c on connect.

A timer will prevent you from being booted for Excess flood.

This addon must be loaded into the Remote section of your mirc, as found in the Scripts Editor.

Code:
on *:load: {   set %pass $?="Please enter your nick password. You will be able to change it later on."   echo AutoIdentidy loaded. } on *:connect: {   .timer  1 0 msg nickserv identify %pass . .timer 1 0 mode $me -c ; .timer 1 1 Add additional command here ; .timer 1 2 Add additional command here ; .timer 1 3 Add additional command here } menu * {   AutoIdentify   .Change Password on NickServ: {     set %pass $?="Enter your new password."     msg nickserv set password %pass   }   .Change Addon Password: {     set %pass $?="Enter your new password."   }   .Not registered yet?   .Register to NickServ: {     set %pass $?="Enter your registration password."     set %RegMail $?="Enter your registration e-Mail. This has to be a valid email."     msg NickServ register %pass %RegMail   } } alias info {   echo    echo Displaying information.   echo -----------------------------------   echo You are  $me   echo Your saved nick password is %pass   echo You are connected to $server   echo  End of information   echo -----------------------------------   echo  }
Reply


Messages In This Thread
Re: How to make auto identify - by Scarecrow - 27-06-2012, 12:55 PM
Re: How to make auto identify - by Ense7aB - 10-04-2013, 09:56 AM
Re: Re: How to make auto identify - by Scarecrow - 11-04-2013, 05:14 AM
Re: Re: How to make auto identify - by MinDFreak - 11-04-2013, 09:48 AM

Possibly Related Threads…
Thread Author Replies Views Last Post
  Auto Save Logs Omar 0 3,698 20-01-2013, 12:04 PM
Last Post: Omar
  Make your OWN Commands? BAKKASH 0 3,656 13-01-2013, 01:51 AM
Last Post: BAKKASH
  Avoid using of your Nicks by Auto Ghost free 5 8,641 04-07-2012, 02:37 PM
Last Post: verypersoanl
  Auto Kick On Ban Omar 4 9,425 19-03-2012, 11:58 AM
Last Post: Omar
  Auto Identify Omar 0 3,772 14-12-2011, 04:12 PM
Last Post: Omar

Forum Jump:


Users browsing this thread: 2 Guest(s)