; To install, save this file to your mirc directory ; then (in mirc window) type /load -rs auto-ident.mrc ; it will ask if you want to run initialisation commands after load, just hit yes obviously ; it will prompt you for your nick pass and save it on 1:load:{ set %nspd $$?="Please enter nick password to be used?" echo 10 -a System: 4********** Password saved, Auto nickserv identify loaded and active ********** } on 1:NOTICE:*nickname is registered and protected*:?:{ if (($me == $mnick) || ($me == $anick)) { if ($fulladdress == nickserv!services@afterx.net) { .msg nickserv identify %nspd echo 10 -a System: 4********** Auto-Identify to Nickserv ********** } } }