chiark
/
gitweb
/
~mdw
/
ircbot
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(from parent 1:
ac076fb
)
Really do not report unused monitors
author
Ian Jackson
<ijackson@chiark.greenend.org.uk>
Mon, 10 Jun 2002 01:43:37 +0000
(
01:43
+0000)
committer
Ian Jackson
<ijackson@chiark.greenend.org.uk>
Mon, 10 Jun 2002 01:43:37 +0000
(
01:43
+0000)
ledmodule.tcl
patch
|
blob
|
blame
|
history
diff --git
a/ledmodule.tcl
b/ledmodule.tcl
index 1d18fe3265770e4c6c86aad00b0ac28ffd697372..f3231de43a0c2fe7bc2111016a5dd1decee27437 100644
(file)
--- a/
ledmodule.tcl
+++ b/
ledmodule.tcl
@@
-553,7
+553,7
@@
def_ucmd who {
upvar #0 deviceset/$d dd
set m $dd(monname)
upvar #0 monitor/$m mm
- if {![info exists mm(
group
)]} continue
+ if {![info exists mm(
chans
)]} continue
lappend r "sending $m to [dset_visibledest $d]"
}
ucmdr [join $r "\n"] {}