on NICK
The on NICK event triggers when a user changes nickname while on the same channel as you.
Format: on <level>:NICK:<commands> Example: on 1:NICK:/echo $newnick was previously known as $nick
Examples
on 1:NICK:/describe $newnick thinks $nick was a nicer nickname!
This triggers when a user changes their nickname on a channel. |