mIRC Home    About    Download    Register    News    Help

Print Thread
Joined: Jun 2004
Posts: 243
G
gomp Offline OP
Fjord artisan
OP Offline
Fjord artisan
G
Joined: Jun 2004
Posts: 243
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.

Last edited by gomp; 19/11/07 08:47 AM.

I do not speak English. I speak Norwegian. So please bear with my poor English spelling and grammar.
Joined: Nov 2006
Posts: 1,559
H
Hoopy frood
Offline
Hoopy frood
H
Joined: Nov 2006
Posts: 1,559
Code:
on ^*$:action:/^\* $/:#: {
  haltdef
}

Last edited by Horstl; 19/11/07 09:00 AM.
Joined: Dec 2002
Posts: 503
B
Fjord artisan
Offline
Fjord artisan
B
Joined: Dec 2002
Posts: 503
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.

Joined: Nov 2006
Posts: 1,559
H
Hoopy frood
Offline
Hoopy frood
H
Joined: Nov 2006
Posts: 1,559
Now I doubt this as well, playing save:
Code:
on ^*$:action:/^\*\s*$/:#: { haltdef }

laugh

Joined: Jun 2004
Posts: 243
G
gomp Offline OP
Fjord artisan
OP Offline
Fjord artisan
G
Joined: Jun 2004
Posts: 243
Testing it now!

I thank you people! Thanks!

smile



I do not speak English. I speak Norwegian. So please bear with my poor English spelling and grammar.

Link Copied to Clipboard