|------------------------------------------|
|         AutoIdentify Made By Vax         |
| m@rsub.com - http://www.zyworld.com/Vax/ |
|------------------------------------------|

--------------------------------------------

             TABLE OF CONTENTS

.1. About This Addon
.2. Requirements
.3. Installing
.4. Setup
.5. UnInstalling

--------------------------------------------

                   -.1.-                   

This addon will auto-identify your nicknames
when you log onto IRC, after you get the
notice of 'This nick is owned'.  I have only
tested this on DALnet so far, and it has
worked fine.  It will use /msg nick pass. I
have all of the setup information in one
small dialog box, that you can find in the
menubar and channel popups at the end.  The
NickNames and PassWords are stored in an INI
file, read more about it in section 2.
-> NOTE:  This is not the safest script out
-> there, as you could accidentally send the
-> ini file with your passwords in it to
-> somebody else.  Be careful when sending
-> files to people, whoever it may be.

--------------------------------------------

                   -.2.-                   

You will need an ini file in your mIRC dir
named 'settings.ini'.  If this file doesnt
exist, you can make it by typing this:
//write -c $mircdirsettings.ini
This creates a new blank file ready to be
used.  Be sure to NOT send settings.ini to
ANYBODY :)

--------------------------------------------

                   -.3.-                   

To load this addon, simply place the .mrc
file (autoident.mrc) in your mIRC Directory
and in mIRC type '/load -rs autoident.mrc'.
There will be no dialog asking you if you
want to perform the commands, so the addon
is all ready to be used.

--------------------------------------------

                   -.4.-

After you have installed the mrc file, right
click in the channel or menubar and select
'Auto Identify'.  A dialog box will popup
and click on 'NickBot' to set the nickname
of the Service your network uses (DALnet has
NickServ for example).  Click on the SAVE
button to write it's nickname into the ini
file.  Next click on Nick #1, enter your
nick and password (passwords will show *'s
instead of normal letters), then check the
checkbox if you want this on, and click
Save.  You will see Saved! for two seconds
and it will dissapear.  If you close the
dialog before it goes away you will get a
/did error in the status window, nothing
to worry about :)

--------------------------------------------

                   -.5.-                   

To uninstall this file, you will need to do
a few things.  First, to unload the file.
To unload the file, type this:
/unload -rs autoident.mrc
Next, to remove the NickNames/PassWords from
the ini file.  There is two ways to do this.
If you want to use settings.ini later on,
you can keep the file and just type this:
//remini $mircdirsettings.ini AutoIdent
And to delete the whole file, simply type:
//remove $mircdirsettings.ini
And if you want to delete the addon also,
//remove $mircdirautoident.mrc

--------------------------------------------