From 58d5ff94cba4ac829cb514c686142794fae78c72 Mon Sep 17 00:00:00 2001 From: timriker Date: Wed, 24 Nov 2004 23:48:08 +0000 Subject: [PATCH] allow in channel git-svn-id: https://svn.code.sf.net/p/infobot/code/trunk@1094 c11ca15a-4712-0410-83d8-924469b57eb5 --- blootbot/src/Modules/DebianExtra.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/blootbot/src/Modules/DebianExtra.pl b/blootbot/src/Modules/DebianExtra.pl index 60ea9ca..6cf9601 100644 --- a/blootbot/src/Modules/DebianExtra.pl +++ b/blootbot/src/Modules/DebianExtra.pl @@ -29,7 +29,7 @@ sub Parse { # invalid. $msg = "error: could not parse $args"; } - &::msg($::who, $msg); + &::performStrictReply($retval); } sub debianBugs { -- 2.39.5