Code:
raw 604:*:{
  if $2 != $me {
    if $istok(list of my nicks space separated,$2,32) {
      .msg nickserv recover $2 $nspass
    }
  }
}
on *:notice:/msg NickServ RELEASE &*:*:{
  .msg nickserv release $4
}

Warning: when testing this code, out of 5 tests, there was one time when services did not release the nick inspite of the release command being issued and the confirmation message being received. I had to get an IRC Admin to force the release of the nick from services.

Last edited by RusselB; 27/01/09 05:18 AM.