mIRC Home    About    Download    Register    News    Help

Print Thread
#88590 29/06/04 05:21 PM
Joined: Jul 2003
Posts: 7
K
kabix Offline OP
Nutrimatic drinks dispenser
OP Offline
Nutrimatic drinks dispenser
K
Joined: Jul 2003
Posts: 7
hello,
i am trying to make a keyword lookup in channels. The idea is that script looks in the channel for specific keywords that user defines. If something was found the script just notifies the user. The problem that i have is how to allow multiple keywords. Maybe there are already scripts that do this? I am not advanced programmer so any help would be very appreciated!!!

best regards.
p.s. so far i made one keyword lookup:

on 1:TEXT:*:#: {
if &keyword isin $strip($1-) && $Active != $chan {
echo -a &keyword was mentioned on $chan
}
}

#88591 29/06/04 05:43 PM
Joined: Dec 2002
Posts: 1,922
O
Hoopy frood
Offline
Hoopy frood
O
Joined: Dec 2002
Posts: 1,922
This question was asked here a week ago. Try the script I linked from this thread.


Link Copied to Clipboard