]> git.donarmstrong.com Git - infobot.git/commitdiff
botmail stats
authortimriker <timriker@c11ca15a-4712-0410-83d8-924469b57eb5>
Thu, 21 Nov 2002 21:08:43 +0000 (21:08 +0000)
committertimriker <timriker@c11ca15a-4712-0410-83d8-924469b57eb5>
Thu, 21 Nov 2002 21:08:43 +0000 (21:08 +0000)
git-svn-id: https://svn.code.sf.net/p/infobot/code/trunk/blootbot@666 c11ca15a-4712-0410-83d8-924469b57eb5

src/CommandStubs.pl

index 5651c715b4ab57f51149bee6670e22e3048c97d2..8d48eac309cceb6cde2635eebbcce5dc7c3f21bf 100644 (file)
@@ -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.