mIRC Home    About    Download    Register    News    Help

Print Thread
#21329 28/04/03 08:10 AM
Joined: Apr 2003
Posts: 1
D
d3N4 Offline OP
Mostly harmless
OP Offline
Mostly harmless
D
Joined: Apr 2003
Posts: 1
Hey all, I was wondering... I've build some kinda cather that is triggered by certain words, in certain chans by certain people... hehe.. and this all works nice and the action can be anything, a sound, a pm or whatever. The script is below...

on *:TEXT:*:*:{

if ( ( $chan == #example ) && ( $nick == Blaat ) ) {
if ( *Testing123* iswm $strip($1-,burc) ) {
*** here some kinda action ***
}
}


As you can see in the topic.. on TEXT vs. on DCC(chat).... I would like to build the same thing for certain words into a DCC(chat). I was wondering if any of you guys ever build something like that and would be so kind to help me out a bit.

Anyone?

Thnx in advance,

d3N4

#21330 28/04/03 08:22 AM
Joined: Dec 2002
Posts: 191
N
Vogon poet
Offline
Vogon poet
N
Joined: Dec 2002
Posts: 191
/help on chat


Link Copied to Clipboard