Hi guys,
For those who want a code that makes the function of the option available in mIRC "Mark As Read", here is a code that I made:
Code
markread { scon -a markread.single }

markread.single {
  var %i = $window(*,0)
  while (%i) {
    window -g0 $qt($window(*,%i))
    dec %i
  }
}


Use the command: /markread
I hope you all like it! wink

Last edited by TECO; 22/06/20 09:38 PM.

TECO
irc.PTirc.org (Co-Admin)