From 381f205149ae1b8304957282af827db636c4dc86 Mon Sep 17 00:00:00 2001 From: timriker Date: Fri, 6 Jan 2006 18:17:09 +0000 Subject: [PATCH] formatting git-svn-id: https://svn.code.sf.net/p/infobot/code/trunk/blootbot@1258 c11ca15a-4712-0410-83d8-924469b57eb5 --- src/CommandStubs.pl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 { -- 2.39.2