From 13d22fa20391f0fc741e3fe43f78886e1a21ce70 Mon Sep 17 00:00:00 2001 From: dms Date: Fri, 2 Feb 2001 13:42:54 +0000 Subject: [PATCH] forgot to initialize counter for Moron git-svn-id: https://svn.code.sf.net/p/infobot/code/trunk@309 c11ca15a-4712-0410-83d8-924469b57eb5 --- blootbot/src/core.pl | 1 + 1 file changed, 1 insertion(+) diff --git a/blootbot/src/core.pl b/blootbot/src/core.pl index d868f8e..71f154a 100644 --- a/blootbot/src/core.pl +++ b/blootbot/src/core.pl @@ -336,6 +336,7 @@ sub startup { $count{'Question'} = 0; $count{'Update'} = 0; $count{'Dunno'} = 0; + $count{'Moron'} = 0; } sub shutdown { -- 2.39.5