From: Ian Jackson Date: Mon, 15 Jan 2001 02:26:09 +0000 (+0000) Subject: #chan -> $chan X-Git-Tag: branchpoint-2001-10-09-tell~38 X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~mdw/git/ircbot/commitdiff_plain/a49f29973bf262bdb188c578166f42443513c368 #chan -> $chan --- diff --git a/bot.tcl b/bot.tcl index 0b12a54..15be233 100755 --- a/bot.tcl +++ b/bot.tcl @@ -1052,8 +1052,8 @@ def_chancmd autojoin { default { error "channel autojoin must be `yes' or `no' } } chandb_set $chan autojoin $nv - ucmdr [expr {$nv ? "I will join #chan when I'm restarted " : \ - "I won't join #chan when I'm restarted "}] {} + ucmdr [expr {$nv ? "I will join $chan when I'm restarted " : \ + "I won't join $chan when I'm restarted "}] {} } def_chancmd userinvite { @@ -1085,7 +1085,7 @@ def_chancmd topic { error "you must specific the topic to set" } chandb_set $chan topicset $t - ucmdr "Whenever I'm alone on #chan, I'll set the topic to $t." {} + ucmdr "Whenever I'm alone on $chan, I'll set the topic to $t." {} } see - tell { ta_listop {