I found a script that sends a message to a nick when the command /NICK is entered:
on *:NICK: /msg $newnick Hey $newnick $+ , weren't you just $nick $+ ? You can't fool us!
How can I have the message show in the channel, rather than to the nick ?
I would also like to have a script write to a file the date and time a nick changed nicks...something like
06/03/2014 0400 tlchost changed nick to helper
Thanks