This is another instance where multinet hasn't completely been accounted for; there is no command to be used to close a status window; /close only accounts for query, dcc, etc. Right now the only option I have is to use com objects to simulate ctrl + f4, but that's beyond me (if someone knows how to do this as a temporary solution, please reply:
/altplusr { .comopen WSH WScript.Shell | .comclose WSH $com(WSH, SendKeys, 3, bstr, $chr(37) $+ R) }
^ that alias simulates pressing alt + r, but I need ctrl + f4).

So, I think /close could use another parameter, along with the existing -icfgms@, that would account for status windows. -s comes to mind, wonder why? smile

-Venoman