From: timriker Date: Thu, 13 Nov 2003 23:28:29 +0000 (+0000) Subject: explain a bit more X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=2f301500a1942dc5be7d8e416f393b40f363ca31;p=infobot.git explain a bit more git-svn-id: https://svn.code.sf.net/p/infobot/code/trunk/blootbot@888 c11ca15a-4712-0410-83d8-924469b57eb5 --- diff --git a/src/UserExtra.pl b/src/UserExtra.pl index 30b05f5..b11f221 100644 --- a/src/UserExtra.pl +++ b/src/UserExtra.pl @@ -795,7 +795,7 @@ sub userCommands { if ($message =~ /^statu?s$/i) { my $startString = scalar(gmtime $^T); my $upString = &Time2String(time() - $^T); - my ($auser,$asystem,$cuser,$csystem) = times; + my ($puser,$psystem,$cuser,$csystem) = times; my $factoids = &countKeys("factoids"); my $forks = 0; foreach (keys %forked) { @@ -824,7 +824,7 @@ sub userCommands { "I'm using about \002$memusage\002 ". "kB of memory. With \002$forks\002 active ". &fixPlural("fork",$forks). - ". uptimes $auser,$asystem,$cuser,$csystem" + ". Process time user/system $puser/$psystem child $cuser/$csystem" ); return;