0 LIKES
Snippet
Mark All Channels Read
In Category General IRC Posted by err0r On 10/03/20
This is a simple alias to mark all channels/room read. Credit to Zack ( https://forums.mirc.com/ubbthreads.php/users/293 ). Works for mulitconnections too. Uses F-8 Key
alias f8 { var %i | scid -a var % $+ i = 1 $(|) while ($chan(%i)) $chr(123) window -g0 $ $+ v1 $(|) inc % $+ i $chr(125) }
Comments 2
You must be logged in to comment.
err0r - Monday, 19 October, 2020
try this instead Clear All: scon -a clearall
Wiz4rd - Saturday, 17 October, 2020
nice err0r! very handy also if u didn't mind me adding.. this little snippet is awesome for if you want to clear all chat windows too hope you didn't mind me adding..
alias clearall { var %i $chan(0) | while (%i) { clear $chan(%i) | dec %i } }