mIRC Home    About    Download    Register    News    Help

Print Thread
#140282 23/01/06 10:47 PM
Joined: Jan 2006
Posts: 15
B
BatSaly Offline OP
Pikka bird
OP Offline
Pikka bird
B
Joined: Jan 2006
Posts: 15
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

#140283 23/01/06 10:51 PM
Joined: Sep 2005
Posts: 2,881
H
Hoopy frood
Offline
Hoopy frood
H
Joined: Sep 2005
Posts: 2,881
All I can think of is to clear the status window on a timer.

Code:
on *:start: .timerclearwindows 0 1 scid -a clear -s

#140284 24/01/06 12:17 AM
Joined: Sep 2003
Posts: 4,230
D
Hoopy frood
Offline
Hoopy frood
D
Joined: Sep 2003
Posts: 4,230
you could also just hide the status window

/window -hn "status window"

#140285 24/01/06 12:27 AM
Joined: Jan 2003
Posts: 2,523
Q
Hoopy frood
Offline
Hoopy frood
Q
Joined: Jan 2003
Posts: 2,523
You'd want to include the -i switch too.


/.timerQ 1 0 echo /.timerQ 1 0 $timer(Q).com
#140286 24/01/06 12:53 AM
Joined: Sep 2005
Posts: 2,881
H
Hoopy frood
Offline
Hoopy frood
H
Joined: Sep 2005
Posts: 2,881
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

Last edited by hixxy; 24/01/06 01:34 AM.
#140287 24/01/06 01:14 AM
Joined: Feb 2004
Posts: 2,019
Hoopy frood
Offline
Hoopy frood
Joined: Feb 2004
Posts: 2,019
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.


Gone.
#140288 24/01/06 01:34 AM
Joined: Sep 2005
Posts: 2,881
H
Hoopy frood
Offline
Hoopy frood
H
Joined: Sep 2005
Posts: 2,881
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

#140289 24/01/06 09:54 AM
Joined: Jan 2006
Posts: 15
B
BatSaly Offline OP
Pikka bird
OP Offline
Pikka bird
B
Joined: Jan 2006
Posts: 15
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.


Link Copied to Clipboard