From e96e5e3613d5c0a53a87a1955a94aedd5aeda0e5 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/blootbot@309 c11ca15a-4712-0410-83d8-924469b57eb5 --- src/core.pl | 1 + 1 file changed, 1 insertion(+) diff --git a/src/core.pl b/src/core.pl index d868f8e..71f154a 100644 --- a/src/core.pl +++ b/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.2