]> git.donarmstrong.com Git - infobot.git/commitdiff
less space
authortimriker <timriker@c11ca15a-4712-0410-83d8-924469b57eb5>
Wed, 23 Feb 2005 05:42:09 +0000 (05:42 +0000)
committertimriker <timriker@c11ca15a-4712-0410-83d8-924469b57eb5>
Wed, 23 Feb 2005 05:42:09 +0000 (05:42 +0000)
git-svn-id: https://svn.code.sf.net/p/infobot/code/trunk/blootbot@1170 c11ca15a-4712-0410-83d8-924469b57eb5

src/UserExtra.pl

index 047916436b1c6ccb445bdf676c25a0b0e195c6f7..821636c6b96206afa7e5733cbabb8ffbdbe98248 100644 (file)
@@ -61,7 +61,7 @@ sub chaninfo {
            }
            next if (/^_default$/);
 
-           my $str = sprintf("%s (%d)", $_, scalar(keys %{ $channels{$_}{''} }));
+           my $str = sprintf("%s(%d)", $_, scalar(keys %{ $channels{$_}{''} }));
            push(@array, $str);
        }
        &performStrictReply($reply.": ".join(', ', @array));