mIRC Homepage
Posted By: razor32 on *:text: - 03/09/08 09:32 PM
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
Posted By: RoCk Re: on *:text: - 03/09/08 09:37 PM

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
Posted By: razor32 Re: on *:text: - 04/09/08 03:19 PM
Ah, That would explain it then lol

Thanks for the code cool
© mIRC Discussion Forums