Reference URL: http://kthx.net/paste/1342 (Pasted 2 years, 6 months ago)

1
2
3
4
5
6
7
checknetwork {
  var %this_network = $window($active).cid
  if (%last_network == %this_network) return
  if (%this_network == 1) color background 2
  else color background 0
  %last_network = %this_network
}

Create New Paste | Download