Skip to content
TG007 community snippet #88

Mark All Channels Read

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

By err0r Added Oct 2, 2020 Updated Oct 2, 2020
General IRC All snippets
mIRC script 1 line
About this snippet

Overview

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
Source code

mIRC script

1 line · 122 characters
alias f8 { var %i | scid -a var % $+ i = 1 $(|) while ($chan(%i)) $chr(123) window -g0 $ $+ v1 $(|) inc % $+ i $chr(125) }
Community

Comments

Want to join the discussion? Sign in to TG007.
err0rMonday, 19 October, 2020
try this instead Clear All: scon -a clearall
Wiz4rdSaturday, 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 } }