mIRC Home    About    Download    Register    News    Help

Print Thread
#97738 16/09/04 12:38 AM
Joined: Sep 2004
Posts: 1
S
Mostly harmless
OP Offline
Mostly harmless
S
Joined: Sep 2004
Posts: 1
Hi,

since i'm kind of a power-channel-user i'd appreciate a "mark all channels read" option.
Why do i need this?
A: I'm not always on, and since i'm on like 30 channels i don't want to know if something happened some time ago but if someone is talking NOW.
Therefore i need the channel-highligting from the moment i chose.
right now i have to klick at all channels to "erase" everything.

Hope you understood my bad english smile

Stampede from Germany.

#97739 16/09/04 12:51 AM
Joined: Apr 2004
Posts: 871
Sat Offline
Hoopy frood
Offline
Hoopy frood
Joined: Apr 2004
Posts: 871
Maybe you already know, but this can be scripted - put this line in your aliases (alt+ra):

Code:
/f8 { var %i = 1 | while ($chan(%i)) { window -g0 $v1 | inc %i } }


Then press F8 to reset all channel windows' switchbar colors to normal. You can pick any other function key or alias name of course.


Saturn, QuakeNet staff
#97740 16/09/04 05:02 AM
Joined: Dec 2002
Posts: 266
Z
Fjord artisan
Offline
Fjord artisan
Z
Joined: Dec 2002
Posts: 266
Code:
f8 var %i | scid -a var % $+ i = 1 $(|) while ($chan(%i)) $chr(123) window -g0 $ $+ v1 $(|) inc % $+ i $chr(125)

multiserver


You won't like it when I get angry.

Link Copied to Clipboard