You could check to see if they're on a specific channel...

Change #mychan to your channel name.
Code:

on *:NICK: {
  if ($newnick ison #mychan) {
    ; do stuff here
  }
}