From b12b22d34d623b80a1ac131ca3ae801430d6612a Mon Sep 17 00:00:00 2001 From: timriker Date: Thu, 21 Nov 2002 21:08:43 +0000 Subject: [PATCH] botmail stats git-svn-id: https://svn.code.sf.net/p/infobot/code/trunk@666 c11ca15a-4712-0410-83d8-924469b57eb5 --- blootbot/src/CommandStubs.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/blootbot/src/CommandStubs.pl b/blootbot/src/CommandStubs.pl index 5651c71..8d48eac 100644 --- a/blootbot/src/CommandStubs.pl +++ b/blootbot/src/CommandStubs.pl @@ -248,7 +248,7 @@ sub parseCmdHook { 'Identifier' => 'exchange', 'Cmdstats' => 'exchange', 'Forker' => 1) ); &addCmdHook("extra", 'botmail', ('CODEREF' => 'botmail::parse', - 'Identifier' => 'botmail' ) ); + 'Identifier' => 'botmail', 'Cmdstats' => 'botmail') ); ### ### END OF ADDING HOOKS. -- 2.39.5