From 33718ee256f0e45bedbf1a0d6a1104a38462a010 Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Sun, 18 Feb 2001 15:52:04 +0000 Subject: [PATCH] ... invites to such and such is an ACTION. --- bot.tcl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bot.tcl b/bot.tcl index 195f91e..5b73d6a 100755 --- a/bot.tcl +++ b/bot.tcl @@ -1297,7 +1297,7 @@ def_ucmd invite { append who " and [lindex $invitees [llength $invitees]]" } } - ucmdr {} "invites $who to $target." + ucmdr {} {} {} "invites $who to $target." } def_ucmd channel { -- 2.11.0