mIRC Home    About    Download    Register    News    Help

Print Thread
#203989 03/09/08 09:32 PM
Joined: Sep 2008
Posts: 37
R
razor32 Offline OP
Ameglian cow
OP Offline
Ameglian cow
R
Joined: Sep 2008
Posts: 37
Hi,

I'v been messing around with mirc and i added some on *:text: command things to my remote,

But i have this
Code:
on *:TEXT:$nick slaps joker around a bit with a large trout:#: msg # /me counters the slap
(joker is my irc name)

But it doesn't send the message when someone slaps me. But yet it worked for my friend shocked Just wondering if that should work or is my friend working?

Thanks

razor32 #203990 03/09/08 09:37 PM
Joined: Dec 2002
Posts: 2,031
R
Hoopy frood
Offline
Hoopy frood
R
Joined: Dec 2002
Posts: 2,031

The slap is an ACTION event, not TEXT...

Code:

on *:ACTION:$(slaps $me around a bit with a large trout):#: {
  msg # what was that a mosquito?
  describe # counters $+($nick,'s) little sissy girl slap
}



/help on action
/help $(...)
/help /describe

Last edited by RoCk; 03/09/08 10:05 PM.
RoCk #204007 04/09/08 03:19 PM
Joined: Sep 2008
Posts: 37
R
razor32 Offline OP
Ameglian cow
OP Offline
Ameglian cow
R
Joined: Sep 2008
Posts: 37
Ah, That would explain it then lol

Thanks for the code cool


Link Copied to Clipboard