mIRC Homepage
Posted By: lulu Reverse me ? - 17/01/19 06:39 PM
Hi,

I'm back on IRC after 10 years and i search my favorite script, when someone do a /me on me the script reply the /me ...

Simon use /me :
Simon use a hammer on llullu
And the script reply instantly
llullu use a hammer on Simon

thx if you can help me with that :3
Posted By: maroon Re: Reverse me ? - 17/01/19 10:08 PM
What should happen if Simon also installs the same script?
Posted By: Raccoon Re: Reverse me ? - 18/01/19 12:15 AM
Hopefully magic happens! laugh

The simple "starter code".

Code:
On *:ACTION:*:#FunChan: {
  if ($me isin $1-) {
    describe $chan $replace($1-,$me,$nick)
  }
}
© mIRC Discussion Forums