]> git.donarmstrong.com Git - infobot.git/commitdiff
/2
authortimriker <timriker@c11ca15a-4712-0410-83d8-924469b57eb5>
Mon, 10 Nov 2003 05:02:49 +0000 (05:02 +0000)
committertimriker <timriker@c11ca15a-4712-0410-83d8-924469b57eb5>
Mon, 10 Nov 2003 05:02:49 +0000 (05:02 +0000)
git-svn-id: https://svn.code.sf.net/p/infobot/code/trunk/blootbot@872 c11ca15a-4712-0410-83d8-924469b57eb5

src/UserExtra.pl

index f4155db853064fa03b8b81ce6339f26880c145ab..cc6726565f47e090f1bef684fd6834e0d70ef614 100644 (file)
@@ -800,6 +800,7 @@ sub userCommands {
        foreach (keys %forked) {
            $forks += scalar keys %{ $forked{$_} };
        }
+       $forks /= 2;
        $count{'Commands'}      = 0;
        foreach (keys %cmdstats) {
            $count{'Commands'} += $cmdstats{$_};