From: timriker Date: Wed, 23 Feb 2005 06:27:51 +0000 (+0000) Subject: remove the comment X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=f19b17248d1ba0fbf87f1a7d96015526b396b131;p=infobot.git remove the comment git-svn-id: https://svn.code.sf.net/p/infobot/code/trunk/blootbot@1174 c11ca15a-4712-0410-83d8-924469b57eb5 --- diff --git a/src/UserExtra.pl b/src/UserExtra.pl index a1af535..7112f97 100644 --- a/src/UserExtra.pl +++ b/src/UserExtra.pl @@ -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;