;********************************* AUTO ID NICK ***************************
on 1:NOTICE:*This nick is owned by someone else*:*: {
  if (%autonickid == on ) {
    if ((%decidnick == on) && (%decnickID != $me)) { halt }
    if ($right($server,7) ==  dal.net) { 
      msg nickserv identify %password
    }
  }
  else {
    echo 14 -a *** Please Register your nick OR Identify your self to chanserv OR Use Auto ID Option  12,15<>
  }
}
on 1:NOTICE:*Incorrect password*:*: {
  if (%autonick != on) { halt }
  set %newnick $me
  nickchange
}
on 1:NOTICE:*You have 40 seconds to comply before*:*:{
  if (%autonick != on) { halt }
  set %newnick $me
  nick %newnick
} 
raw 433:*: {  
  if (%autonick != on) { halt }
  set %newnick $2
  nickchange
}
alias nickchange {
  set %ra1 [
  set %ra2 ]
  set %newnick %ra1 $+ %newnick $+ %ra2
  amsg 4<<5Auto Nick Change4>>  12,15<> 
  nick %newnick
}
;************************ Script INI block ************************************


dear, replace the anything betweetn, 
;********************************* AUTO ID NICK ****
this two lines with about section, in your remote.ini
;************************ Script INI block **** 

and click [{}] button on top right to make sure, every thing is ok :)