mIRC Home    About    Download    Register    News    Help

Print Thread
#120232 15/05/05 01:55 PM
Joined: Sep 2003
Posts: 10
Y
yythe1 Offline OP
Pikka bird
OP Offline
Pikka bird
Y
Joined: Sep 2003
Posts: 10
Hi . I have a problem with the channels list , or to be more exact... the way it work .
I have an external desktop window (@test for example) , and I get the main window mirc (which supposed to remain minimized...) with the channels window over my desktop window each time I use "/list" . How can I disable this?

#120233 15/05/05 03:04 PM
Joined: Dec 2002
Posts: 3,547
S
Hoopy frood
Offline
Hoopy frood
S
Joined: Dec 2002
Posts: 3,547
Hey dude, do you mean something like this?

Code:
alias list {
  list
  window -h "Channels list"
  .enable #list
}

#list off
Raw 322:*: {
  if (!$window(@test)) {
    window +lst @test 1 1 255 495 
  }
  echo @test $2
}
#list end

Raw 323:*: {
  .disable #list
}

#120234 15/05/05 06:12 PM
Joined: Sep 2003
Posts: 10
Y
yythe1 Offline OP
Pikka bird
OP Offline
Pikka bird
Y
Joined: Sep 2003
Posts: 10
0. I'm in some desktop window (like a channel , but @ perfix) or a dialog , there's a timer with the command "/list" every 30 seconds , the mirc main window is in the tray .
1. The timer does "/list"
2. The mirc main window pops-up and take over , with the channels list window inside .
Now what I want is... to have #2 deleted completely , but... If the mirc main window was already exists as a desktop window , I want it to remain on the windows list , not only in the tray .


Link Copied to Clipboard