]> git.donarmstrong.com Git - infobot.git/commitdiff
counts on chanset
authortimriker <timriker@c11ca15a-4712-0410-83d8-924469b57eb5>
Fri, 2 Jul 2004 17:27:11 +0000 (17:27 +0000)
committertimriker <timriker@c11ca15a-4712-0410-83d8-924469b57eb5>
Fri, 2 Jul 2004 17:27:11 +0000 (17:27 +0000)
git-svn-id: https://svn.code.sf.net/p/infobot/code/trunk/blootbot@982 c11ca15a-4712-0410-83d8-924469b57eb5

src/Modules/UserDCC.pl

index a593cfd1e79e66278a06a1e64b246e3f5a839078..182cff9dc6da7a2eec885926fb2306daf7c91d3e 100644 (file)
@@ -568,7 +568,7 @@ sub userDCC {
            }
 
            foreach (keys %vals) {
-               &pSReply("  $what = $_: ".join(' ', keys %{ $vals{$_} } ) );
+               &pSReply("  $what = $_(" . scalar(keys %{$vals{$_}}) . "): ".join(' ', keys %{ $vals{$_} } ) );
            }
 
            &pSReply("End of list.");