I want a script that auto-ghosts my nick if it's still there when I reconnect. I tried this, but it didn't work


Code:
 on :NICK:if ($newnick == name) {/msg nickserv ghost $newnick password}  


Thanks in advance for any help