mIRC Homepage
Posted By: BatSaly Status window - 23/01/06 10:47 PM
Hi, can I put a question? ;p
In what way I can hide the notices and..in general all messages from the status window?
Can I stop all messages to be displayed in the status? Just clear and empty status window smilein all situations
Posted By: hixxy Re: Status window - 23/01/06 10:51 PM
All I can think of is to clear the status window on a timer.

Code:
on *:start: .timerclearwindows 0 1 scid -a clear -s
Posted By: DaveC Re: Status window - 24/01/06 12:17 AM
you could also just hide the status window

/window -hn "status window"
Posted By: qwerty Re: Status window - 24/01/06 12:27 AM
You'd want to include the -i switch too.
Posted By: hixxy Re: Status window - 24/01/06 12:53 AM
Hmm, why? That doesn't seem to have an effect.

The -o switch would be a good idea though.

Code:
on *:start: .timerclearwindows -io 0 1 scid -a clear -s
Posted By: FiberOPtics Re: Status window - 24/01/06 01:14 AM
The timer will be initiated in your main status window that is created when mIRC starts, but if you have multiple server windows, and you close that first one, the timer will be gone. The -i switch will make the timer jump to the next server window, thus keeping it alive, even if you close the one where it was first initiated in.
Posted By: hixxy Re: Status window - 24/01/06 01:34 AM
Ah. I never really understood the -i switch until now (nor did I notice that offline timers stopped when the connection they were started in was closed.) Thanks smile
Posted By: BatSaly Re: Status window - 24/01/06 09:54 AM
Thank you smile
At first time I think maybe just will be some way to clear on notices, raws and other actions.
But that's good idea.
© mIRC Discussion Forums