mIRC Homepage
Posted By: jj123 Disable /list ? - 25/12/07 03:15 AM
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.
Posted By: argv0 Re: Disable /list ? - 25/12/07 04:09 AM
doubtful. Maybe you should feature suggest that halting all the raws involved in the LIST command would stop the window from opening
Posted By: jj123 Re: Disable /list ? - 25/12/07 04:18 AM
Will do. Thanks.
Posted By: Mpdreamz Re: Disable /list ? - 27/12/07 11:38 PM
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.
Posted By: Miyako Re: Disable /list ? - 28/12/07 11:03 PM
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
Posted By: DJ_Sol Re: Disable /list ? - 29/12/07 10:18 AM
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"
}
Posted By: Trashlord_ Re: Disable /list ? - 29/12/07 04:30 PM
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.
© mIRC Discussion Forums