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