mIRC Home    About    Download    Register    News    Help

Print Thread
#264849 17/01/19 06:39 PM
Joined: Jan 2019
Posts: 1
L
lulu Offline OP
Mostly harmless
OP Offline
Mostly harmless
L
Joined: Jan 2019
Posts: 1
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

lulu #264850 17/01/19 10:08 PM
Joined: Jan 2004
Posts: 2,127
Hoopy frood
Offline
Hoopy frood
Joined: Jan 2004
Posts: 2,127
What should happen if Simon also installs the same script?

maroon #264851 18/01/19 12:15 AM
Joined: Feb 2003
Posts: 2,812
Hoopy frood
Offline
Hoopy frood
Joined: Feb 2003
Posts: 2,812
Hopefully magic happens! laugh

The simple "starter code".

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


Well. At least I won lunch.
Good philosophy, see good in bad, I like!

Link Copied to Clipboard