mIRC Home    About    Download    Register    News    Help

Print Thread
#171616 26/02/07 06:36 PM
Joined: Feb 2007
Posts: 9
W
WoWoWee Offline OP
Nutrimatic drinks dispenser
OP Offline
Nutrimatic drinks dispenser
W
Joined: Feb 2007
Posts: 9
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.

WoWoWee #171627 26/02/07 09:22 PM
Joined: Nov 2005
Posts: 105
D
Vogon poet
Offline
Vogon poet
D
Joined: Nov 2005
Posts: 105
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
Joined: Feb 2007
Posts: 9
W
WoWoWee Offline OP
Nutrimatic drinks dispenser
OP Offline
Nutrimatic drinks dispenser
W
Joined: Feb 2007
Posts: 9
this doesnt work.... it tried it.

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


If it ain't broken, don't fix it!
WoWoWee #171674 27/02/07 02:19 PM
Joined: Oct 2006
Posts: 15
S
syr Offline
Pikka bird
Offline
Pikka bird
S
Joined: Oct 2006
Posts: 15
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