From: Ian Jackson Date: Wed, 16 Aug 2000 00:57:18 +0000 (+0000) Subject: Make message clearer. X-Git-Tag: branchpoint-2001-10-09-tell~68 X-Git-Url: https://git.distorted.org.uk/~mdw/ircbot/commitdiff_plain/8a8d337d7d9fd2e8e15f8639ac70d02fc2003384 Make message clearer. --- diff --git a/bot.tcl b/bot.tcl index 54cda63..87d8545 100755 --- a/bot.tcl +++ b/bot.tcl @@ -421,7 +421,7 @@ def_ucmd summon { error $rv } if {[regexp {^problem (.*)} $rv dummy problem]} { - ucmdr {} "$target $problem." + ucmdr {} "The user `$target' $problem." } elseif {[regexp {^ok ([^ ]+) ([0-9]+)$} $rv dummy tty idlesince]} { set idletime [expr {$now - $idlesince}] set ls $now