From: ijackson Date: Mon, 10 Jun 2002 19:47:16 +0000 (+0000) Subject: Say "you" X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ijackson/git?a=commitdiff_plain;h=397c42413d874b62ef48ebe66239283cf355f822;p=ircbot.git Say "you" --- diff --git a/ledmodule.tcl b/ledmodule.tcl index ac1198f..b4a20fd 100644 --- a/ledmodule.tcl +++ b/ledmodule.tcl @@ -550,7 +550,7 @@ proc warn_pref {n} { lappend l [dset_visibledest $d] } if {[llength $l]} { - sendprivmsg $nl "LEDs are watching on [\ + sendprivmsg $nl "LEDs are watching you on [\ join [lsort [array names wch]] ","]: [join $l " "]" } }