mIRC Homepage
Posted By: gomp Ignoreing certain /me actions.. - 19/11/07 08:34 AM
Hey! I run a channel. On a net, that is used by WebTV users, a lot!

But the thing is, to know who is using WebTV the server owener made every one using it, say /me * when joining..

So it looks like this:


06:13:53 * Joins: overtherainbow32
06:14:02 * overtherainbow32 *
06:14:18 <overtherainbow32> Hello
06:14:58 * Parts: overtherainbow32

06:39:41 * Joins: Indra_03
06:39:48 * Indra_03 *
06:39:58 * Parts: Indra_03

Is there wany way one could make a script, to automatically ignore anyone typing: /me *


I read some about it in the help file, but it is greek to me.
Posted By: Horstl Re: Ignoreing certain /me actions.. - 19/11/07 08:53 AM
Code:
on ^*$:action:/^\* $/:#: {
  haltdef
}
Posted By: Bekar Re: Ignoreing certain /me actions.. - 19/11/07 09:25 AM
Careful with the trailing space on the *. With what gomp gave us, yea it's right, but Gomp, double check that the space after the asterisk is actually there.
Posted By: Horstl Re: Ignoreing certain /me actions.. - 19/11/07 09:38 AM
Now I doubt this as well, playing save:
Code:
on ^*$:action:/^\*\s*$/:#: { haltdef }

laugh
Posted By: gomp Re: Ignoreing certain /me actions.. - 20/11/07 12:22 PM
Testing it now!

I thank you people! Thanks!

smile

© mIRC Discussion Forums