mIRC Home    About    Download    Register    News    Help

Print Thread
#192237 25/12/07 03:15 AM
Joined: Dec 2007
Posts: 3
J
jj123 Offline OP
Self-satisified door
OP Offline
Self-satisified door
J
Joined: Dec 2007
Posts: 3
Is there a way to do away with the /list window "channels list" and keep the raws? I'm wanting to make a custom /list window. I have seen in one post here that you can do it by using /window -c and /window -h in raws but that still lets the window open. Would love to be able to simply halt the window and not the raws.

jj123 #192239 25/12/07 04:09 AM
Joined: Oct 2003
Posts: 3,918
A
Hoopy frood
Offline
Hoopy frood
A
Joined: Oct 2003
Posts: 3,918
doubtful. Maybe you should feature suggest that halting all the raws involved in the LIST command would stop the window from opening


- argv[0] on EFnet #mIRC
- "Life is a pointer to an integer without a cast"
argv0 #192241 25/12/07 04:18 AM
Joined: Dec 2007
Posts: 3
J
jj123 Offline OP
Self-satisified door
OP Offline
Self-satisified door
J
Joined: Dec 2007
Posts: 3
Will do. Thanks.

jj123 #192296 27/12/07 11:38 PM
Joined: Apr 2004
Posts: 759
M
Hoopy frood
Offline
Hoopy frood
M
Joined: Apr 2004
Posts: 759
Code:
alias list { 
  list $1-
  timer -m 1 0 window -h @ $+ $window(Channels List,1).wid
}


This will work but causes a nasty flicker since it doesn't prevent it from opening but hides it as soon as it does.

Last edited by Mpdreamz; 27/12/07 11:45 PM.

$maybe
jj123 #192319 28/12/07 11:03 PM
Joined: Sep 2007
Posts: 28
M
Ameglian cow
Offline
Ameglian cow
M
Joined: Sep 2007
Posts: 28
You can also open a socket to the server and retrieve the list on it. It's a bit messy, but u won't get a window :P

jj123 #192336 29/12/07 10:18 AM
Joined: Jan 2007
Posts: 1,156
D
Hoopy frood
Offline
Hoopy frood
D
Joined: Jan 2007
Posts: 1,156
Since I don't use the /list command to retrieve the room list, I close the window on raw 323 in IRCxPro.


raw 323:*:{
window -c "Channels List"
}

argv0 #192346 29/12/07 04:30 PM
Joined: Oct 2007
Posts: 51
T
Babel fish
Offline
Babel fish
T
Joined: Oct 2007
Posts: 51
That's actually possible.

A few years back I made my own raws for LIST, all I had to do was halt after echoing it to the status window, and the channels window didn't pop up at all.


Link Copied to Clipboard