From a49f29973bf262bdb188c578166f42443513c368 Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Mon, 15 Jan 2001 02:26:09 +0000 Subject: [PATCH] #chan -> $chan --- bot.tcl | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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 { -- 2.11.0