mIRC Home    About    Download    Register    News    Help

Print Thread
#171616 26/02/07 06:36 PM
W
WoWoWee
WoWoWee
W
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.

#171627 26/02/07 09:22 PM
Joined: Nov 2005
Posts: 104
D
Vogon poet
Offline
Vogon poet
D
Joined: Nov 2005
Posts: 104
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?!
} 

drc4 #171665 27/02/07 11:45 AM
W
WoWoWee
WoWoWee
W
this doesnt work.... it tried it.

#171672 27/02/07 02:08 PM
Joined: Jan 2003
Posts: 1,057
D
Hoopy frood
Offline
Hoopy frood
D
Joined: Jan 2003
Posts: 1,057
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.

#171674 27/02/07 02:19 PM
S
syr
syr
S
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

Last edited by syr; 27/02/07 02:20 PM.

Link Copied to Clipboard