mIRC Home    About    Download    Register    News    Help

Print Thread
Joined: Jan 2004
Posts: 9
W
wladq Offline OP
Nutrimatic drinks dispenser
OP Offline
Nutrimatic drinks dispenser
W
Joined: Jan 2004
Posts: 9
how can i get the dcc window list? is there something like $notify(x) $window(x) ... ? i can't seem to find it or i'm not looking where i should in the help file... i want to have in a dialog box in a list all the windows .... and i managed to do that... except the dcc's ...

10x in advance for any advice

Joined: Jan 2003
Posts: 2,523
Q
Hoopy frood
Offline
Hoopy frood
Q
Joined: Jan 2003
Posts: 2,523
$chat(N)
dcc chats

$send(N)
dcc sends

$get(N)
dcc gets

In case you want the window names (in order to manipulate windows with the /window command), these are:

Chat <nick/IP>
dcc chats

Send <nick> <filename>
dcc sends

Get <nick> <filename>
dcc gets

You can also access dcc chat windows with =<nickname>, for example:
/window -n =qwerty


/.timerQ 1 0 echo /.timerQ 1 0 $timer(Q).com
Joined: Jan 2004
Posts: 9
W
wladq Offline OP
Nutrimatic drinks dispenser
OP Offline
Nutrimatic drinks dispenser
W
Joined: Jan 2004
Posts: 9
10x.. u're a lifesaver! laugh


Link Copied to Clipboard