From: timriker Date: Fri, 6 Jan 2006 18:17:09 +0000 (+0000) Subject: formatting X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=85951f93cfb7d57e7a8ad7ac55e85b00e904f963;p=infobot.git formatting git-svn-id: https://svn.code.sf.net/p/infobot/code/trunk@1258 c11ca15a-4712-0410-83d8-924469b57eb5 --- diff --git a/blootbot/src/CommandStubs.pl b/blootbot/src/CommandStubs.pl index 5514767..4196bc8 100644 --- a/blootbot/src/CommandStubs.pl +++ b/blootbot/src/CommandStubs.pl @@ -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 {