mIRC Home    About    Download    Register    News    Help

Print Thread
#141120 05/02/06 01:28 AM
Joined: Jan 2005
Posts: 55
R
rtg Offline OP
Babel fish
OP Offline
Babel fish
R
Joined: Jan 2005
Posts: 55
hello

can you tell me a script please to do this:

ONLY when I am on status window, to hit a key (eg F1) and clear it

thanks!

#141121 05/02/06 01:34 AM
Joined: Feb 2004
Posts: 2,019
Hoopy frood
Offline
Hoopy frood
Joined: Feb 2004
Posts: 2,019
alias f1 if ($active == status window) clear

I wouldn't override f1 though, as that is the shortcut to your help file. Don't forget you can use control (cf<number>) and shift (sf<number>) so that gives you a lot of choice for a key combination.

Alternatively you could use:

f1 clear -s

Now it will clear the status window, if you issue f1 on any window that is part of a certain server. In other words, if your active window is a channel, and you press f1, it will clear the status window from the server where this channel is in.


Gone.

Link Copied to Clipboard