From c2f66f612b018dedd6f747cbb4e35d8ff5657858 Mon Sep 17 00:00:00 2001 Message-Id: From: Mark Wooding Date: Fri, 15 Mar 2002 22:41:22 +0000 Subject: [PATCH] Add missing ucmdr {} {} Organization: Straylight/Edgeware From: Ian Jackson --- bot.tcl | 3 +++ 1 file changed, 3 insertions(+) diff --git a/bot.tcl b/bot.tcl index 9a7daea..4ec949d 100755 --- a/bot.tcl +++ b/bot.tcl @@ -1147,11 +1147,13 @@ proc channelmgr_monoop {} { def_ucmd op { channelmgr_monoop sendout MODE $target +o $n + ucmdr {} {} } def_ucmd leave { channelmgr_monoop doleave $target + ucmdr {} {} } def_ucmd invite { @@ -1886,6 +1888,7 @@ def_ucmd kill { set reason "at request of user $nu" if {[ta_anymore]} { append reason "; $text" } sendout KILL $target $reason + ucmdr {} {} } def_ucmd summon { -- [mdw]