mIRC Home    About    Download    Register    News    Help

Print Thread
Joined: Jun 2004
Posts: 124
S
sigbin Offline OP
Vogon poet
OP Offline
Vogon poet
S
Joined: Jun 2004
Posts: 124
plz help me to make a script that detects a word or phrase in a dcc window... or in chat window... like if you ctcp chat sumone...
and if that word/phrase was detected an input box will popup then it will ask an input then after the input it will clear the window... just clear... sorry i dont know scripting...

Joined: Jun 2004
Posts: 291
W
Fjord artisan
Offline
Fjord artisan
W
Joined: Jun 2004
Posts: 291
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.
Joined: Jun 2004
Posts: 124
S
sigbin Offline OP
Vogon poet
OP Offline
Vogon poet
S
Joined: Jun 2004
Posts: 124
i mean after i input sumthing it will automaticaly clear the window...
how can i do that???

Joined: Feb 2004
Posts: 50
D
Babel fish
Offline
Babel fish
D
Joined: Feb 2004
Posts: 50
'/help on INPUT' and '/help /clear'

the help file is your friend smile


Link Copied to Clipboard