Well everyone, thanks for your help and suggestions. It seems that doing the:

Code:
on *:notice:*:*: {
  if ($network == everywherechat) && ($nick == everywherechat.chatstop) {
    if (*nickname $me is registered* iswm $1-) { net.identify }
  }
}


did the tricks except i had to change it to:

Code:
on *:snotice:*: {
  if ($network == everywherechat) && ($nick == everywherechat.chatstop) {
    if (*nickname $me is registered* iswm $1-) { net.identify }
  }
}


Once again, thanks and it's greatly appreciated. One can always count on the mIRC forums for help, suggestions, and information.