It isn't a script. It's a certain user mode. With Unreal, the usermode is +W, it may vary among Dameons though. If you want to send a message to someone that whois's you, you'd use something like
Code:
 on *:SNOTICE:*did a /whois on you*:{
  notice $2 Why are you /whois'ing em?!
}