]> git.donarmstrong.com Git - infobot.git/commitdiff
remove the comment
authortimriker <timriker@c11ca15a-4712-0410-83d8-924469b57eb5>
Wed, 23 Feb 2005 06:27:51 +0000 (06:27 +0000)
committertimriker <timriker@c11ca15a-4712-0410-83d8-924469b57eb5>
Wed, 23 Feb 2005 06:27:51 +0000 (06:27 +0000)
git-svn-id: https://svn.code.sf.net/p/infobot/code/trunk/blootbot@1174 c11ca15a-4712-0410-83d8-924469b57eb5

src/UserExtra.pl

index a1af5352a8f35f0426ba5b6eb82d6197799e3d7f..7112f97a7d314ad2fee479a4d6f307cc2505672f 100644 (file)
@@ -72,11 +72,6 @@ sub chaninfo {
        }
 
        ### unique user count.
-       # %seen = ();
-       # foreach $item (@list) {
-       #  $seen{$item}++;
-       # }
-       # @uniq = keys %seen;
        my %nicks = ();
        foreach $chan (keys %channels) {
            my $nick;