not sure what you mean totally,
but..
Quote:
plz help me to make a script that detects a word or phrase in a dcc window... or in chat window...

example:
on *:chat:*hello*:{
//msg =$nick message here
}
}

so if you wanted on dcc chat trigger hello
it came up with an input box:-
on *:chat:hello*:{
//msg =$nick $$?="Input Here"
}
}

that would
msg the open dcc chat what ever you want to input
to clear the window
just /clear
to close the window:
/close -c $nick
check out /help on chat

Last edited by whatsthedillio; 18/08/04 10:53 AM.