mIRC Home    About    Download    Register    News    Help

Print Thread
#38749 28/07/03 02:48 PM
Joined: May 2003
Posts: 23
Q
Qwaka Offline OP
Ameglian cow
OP Offline
Ameglian cow
Q
Joined: May 2003
Posts: 23
I am browsing through a network, and I have a need to DCC text people in one channel with the key to another channel. this hasn't been a problem before when I used /msg to deliver the key. but because of particular reasons I must DCC them a small msg...and I'll spare you the rest of the details as they are not important.

The complication I am having is that this:
Code:
/dcc chat Nick Hello

this opens the DCC chat window wiht Nick, but it doesnt send the word Hello. I cant figure out how I can make a mass msg DCC script if I cannot send a message ot the DCC window. Any suggestions ? Thanks.

Last edited by Qwaka; 28/07/03 02:49 PM.
#38750 28/07/03 02:54 PM
Joined: Jun 2003
Posts: 36
E
Ameglian cow
Offline
Ameglian cow
E
Joined: Jun 2003
Posts: 36
I believe you have to /msg =nick to send to a dcc window

#38751 28/07/03 03:02 PM
Joined: May 2003
Posts: 23
Q
Qwaka Offline OP
Ameglian cow
OP Offline
Ameglian cow
Q
Joined: May 2003
Posts: 23
I cant seem to figure out how. It always puts it in a query window.

#38752 28/07/03 03:09 PM
Joined: May 2003
Posts: 730
S
Hoopy frood
Offline
Hoopy frood
S
Joined: May 2003
Posts: 730
on *:open:=:msg =$nick Hello
this will msg hello to every1 after he/you accept the dcc

#38753 28/07/03 05:09 PM
Joined: May 2003
Posts: 23
Q
Qwaka Offline OP
Ameglian cow
OP Offline
Ameglian cow
Q
Joined: May 2003
Posts: 23
Thanks. That was what I needed.


Link Copied to Clipboard