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?