tglogo.png
0 LIKES

Snippet


Mark All Channels Read

In Category General IRC Posted by err0r On 10/03/20
Tags: read mark read reset 

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

err0r - Monday, 19 October, 2020
try this instead Clear All: scon -a clearall
Wiz4rd - Saturday, 17 October, 2020
nice err0r! very handy smile also if u didn't mind me adding.. this little snippet is awesome for if you want to clear all chat windows too smile hope you didn't mind me adding.. alias clearall { var %i $chan(0) | while (%i) { clear $chan(%i) | dec %i } }

Please note that on our website we use cookies necessary for the functioning of our website, cookies that optimize the performance. To learn more about our cookies, how we use them and their benefits, please read our Cookie Policy.
I Understand