mIRC Home    About    Download    Register    News    Help

Print Thread
#50608 21/09/03 04:59 PM
G
gaui
gaui
G
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?

T
theRat
theRat
T
window -n =nick

G
gaui
gaui
G
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.

G
gaui
gaui
G
Anyone? confused

P
pheonix
pheonix
P
patience is a virtue.

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

G
gaui
gaui
G
Online, I agree.

T
TheDarkWizard
TheDarkWizard
T
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 !

T
TheDarkWizard
TheDarkWizard
T
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