mIRC Home    About    Download    Register    News    Help

Print Thread
#50608 21/09/03 04:59 PM
Joined: Apr 2003
Posts: 61
G
gaui Offline OP
Babel fish
OP Offline
Babel fish
G
Joined: Apr 2003
Posts: 61
How can I minimize a DCC chat window when I establish a DCC chat connection?

Here's my code...

Code:
on 1:TEXT:!servers:?:{
  dcc chat $nick
  close -m $nick
}


Isn't there some parameter I can send with the /dcc command to minimize the window? Like, /dcc -m or something...

Can anyone help me with this one?


__________________________
Curiosity killed the cat.
Joined: Dec 2002
Posts: 774
T
Hoopy frood
Offline
Hoopy frood
T
Joined: Dec 2002
Posts: 774
window -n =nick


Code:
//if ( khaled isgod ) echo yes | else echo no
Joined: Apr 2003
Posts: 61
G
gaui Offline OP
Babel fish
OP Offline
Babel fish
G
Joined: Apr 2003
Posts: 61
This isn't good enough, this opens the window so it is active and THEN it minimizes it, that's not good.

I want it to open but never be active, just minimize.


__________________________
Curiosity killed the cat.
Joined: Apr 2003
Posts: 61
G
gaui Offline OP
Babel fish
OP Offline
Babel fish
G
Joined: Apr 2003
Posts: 61
Anyone? confused


__________________________
Curiosity killed the cat.
Joined: May 2003
Posts: 2,265
P
Hoopy frood
Offline
Hoopy frood
P
Joined: May 2003
Posts: 2,265
patience is a virtue.


new username: tidy_trax
Joined: Dec 2002
Posts: 1,922
O
Hoopy frood
Offline
Hoopy frood
O
Joined: Dec 2002
Posts: 1,922
No way that I know of. The /dcc chat and send commands are definitely lacking an -n (minimize) parameter.

Joined: Apr 2003
Posts: 61
G
gaui Offline OP
Babel fish
OP Offline
Babel fish
G
Joined: Apr 2003
Posts: 61
Online, I agree.


__________________________
Curiosity killed the cat.
Joined: Jul 2006
Posts: 2
T
Bowl of petunias
Offline
Bowl of petunias
T
Joined: Jul 2006
Posts: 2
First I'm sorry, I don't speak english well.

The "/dcc chat" command have no minimize parameter, but in the "mirc.ini" file (in the mirc's root folder) you can modify the ligne starting by "wchat=" in the "[Windows]" section.

More informations at :
http://www.mishscript.de/help/mircini/misc.htm
(Search fot "mIRC Windows" in the page)

Warning, this will affect all yours dcc chat windows !

Joined: Jul 2006
Posts: 2
T
Bowl of petunias
Offline
Bowl of petunias
T
Joined: Jul 2006
Posts: 2
Quote:
First I'm sorry, I don't speak english well.

The "/dcc chat" command have no minimize parameter, but in the "mirc.ini" file (in the mirc's root folder) you can modify the ligne starting by "wchat=" in the "[Windows]" section.

More informations at :
http://www.mishscript.de/help/mircini/misc.htm
(Search fot "mIRC Windows" in the page)

Warning, this will affect all yours dcc chat windows !


Sorry, it doesn't work.
Only the DCC CHat windows you receive are affected, not the ones you initiate (Like the auto-minimize in options)
I'm really sorry.


Link Copied to Clipboard