mIRC Home    About    Download    Register    News    Help

Print Thread
#102118 04/11/04 10:39 PM
Joined: Nov 2004
Posts: 2
L
laft Offline OP
Bowl of petunias
OP Offline
Bowl of petunias
L
Joined: Nov 2004
Posts: 2
Hi

i wrote a little script that should block text with a certain word in it. For example

on *:TEXT:*test*:*: {
haltdef
}

this should block the whole text if the word "test" is within it.
But it doesnt work, i still see text with the word "test" in it.

thanks in advance

#102119 04/11/04 10:49 PM
Joined: Nov 2004
Posts: 16
C
Pikka bird
Offline
Pikka bird
C
Joined: Nov 2004
Posts: 16
i have this useful thing smile

on ^*:ACTION:*away*:#:halt

so it is easy to edit wink

#102120 04/11/04 11:03 PM
Joined: Nov 2003
Posts: 2,327
T
Hoopy frood
Offline
Hoopy frood
T
Joined: Nov 2003
Posts: 2,327
You need an ^:

Code:
on [color:red]^[/color]*:text


New username: hixxy
#102121 04/11/04 11:25 PM
Joined: Nov 2004
Posts: 2
L
laft Offline OP
Bowl of petunias
OP Offline
Bowl of petunias
L
Joined: Nov 2004
Posts: 2
yeah, now it works.
Thank you guys ^^


Link Copied to Clipboard