mIRC Homepage
Posted By: WoWoWee /whois - 26/02/07 06:36 PM
I need a code for my mirc i understand that it works only for ircopers but i need a script that if someone do a /whois on you youll see that they did a /whois on you.. i had that script long time ago cant remember which one.. thanx.
Posted By: drc4 Re: /whois - 26/02/07 09:22 PM
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?!
} 
Posted By: WoWoWee Re: /whois - 27/02/07 11:45 AM
this doesnt work.... it tried it.
Posted By: Doqnach Re: /whois - 27/02/07 02:08 PM
on most networks only IRC-opers can use this feature.

go to the #help channel of your network and ask there if that feature is supported for normal users.
if it's not then there is no way to get something like this.
Posted By: syr Re: /whois - 27/02/07 02:19 PM
Code:
 on *:snotice:*/whois*:{ .notice $2 thanks for whois'ing me } 

it works only with unralircd and you have set the mode of your nick like this /mode nick +w
© mIRC Discussion Forums