]> git.donarmstrong.com Git - infobot.git/commitdiff
forgot to initialize counter for Moron
authordms <dms@c11ca15a-4712-0410-83d8-924469b57eb5>
Fri, 2 Feb 2001 13:42:54 +0000 (13:42 +0000)
committerdms <dms@c11ca15a-4712-0410-83d8-924469b57eb5>
Fri, 2 Feb 2001 13:42:54 +0000 (13:42 +0000)
git-svn-id: https://svn.code.sf.net/p/infobot/code/trunk@309 c11ca15a-4712-0410-83d8-924469b57eb5

blootbot/src/core.pl

index d868f8e015bcce4d965fd67ef2955ae1f124c18a..71f154acd4f459fae41ad2992ecb461bd4bb6e31 100644 (file)
@@ -336,6 +336,7 @@ sub startup {
     $count{'Question'} = 0;
     $count{'Update'}   = 0;
     $count{'Dunno'}    = 0;
+    $count{'Moron'}    = 0;
 }
 
 sub shutdown {