]> git.donarmstrong.com Git - infobot.git/commitdiff
formatting
authortimriker <timriker@c11ca15a-4712-0410-83d8-924469b57eb5>
Fri, 6 Jan 2006 18:17:09 +0000 (18:17 +0000)
committertimriker <timriker@c11ca15a-4712-0410-83d8-924469b57eb5>
Fri, 6 Jan 2006 18:17:09 +0000 (18:17 +0000)
git-svn-id: https://svn.code.sf.net/p/infobot/code/trunk/blootbot@1258 c11ca15a-4712-0410-83d8-924469b57eb5

src/CommandStubs.pl

index 55147676480c26e1aaaec7783557750358691d89..4196bc804edd73d1ad564cabbc21aa69608ec018 100644 (file)
@@ -364,9 +364,9 @@ sub seen {
        if (&IsChanConf('seenStats') > 0) {
            my $i;
            $i = $userstats{lc $seen[0]}{'Count'};
-           $reply .= ".  Has said a total of \002$i\002 messages" if (defined $i);
+           $reply .= ". Has said a total of \002$i\002 messages" if (defined $i);
            $i = $userstats{lc $seen[0]}{'Time'};
-           $reply .= '.  Is idling for '.&Time2String(time() - $i) if (defined $i);
+           $reply .= '. Is idling for '.&Time2String(time() - $i) if (defined $i);
        }
        $reply .= ", last said\002:\002 '$seen[4]'.";
     } else {