Project

General

Profile

[Script] Reset all channel/query Treebar/Switchbar colors on disconnect

Added by Per Amundsen almost 7 years ago

on *:disconnect:{
  var %s 0
  while (%s < $window(*, 0)) {
    inc %s
    window -g0 $qt($window(*, %s))
  }
}