]> git.donarmstrong.com Git - infobot.git/commitdiff
explain a bit more
authortimriker <timriker@c11ca15a-4712-0410-83d8-924469b57eb5>
Thu, 13 Nov 2003 23:28:29 +0000 (23:28 +0000)
committertimriker <timriker@c11ca15a-4712-0410-83d8-924469b57eb5>
Thu, 13 Nov 2003 23:28:29 +0000 (23:28 +0000)
git-svn-id: https://svn.code.sf.net/p/infobot/code/trunk/blootbot@888 c11ca15a-4712-0410-83d8-924469b57eb5

src/UserExtra.pl

index 30b05f5c9187c345abcd23151c54f4416709608e..b11f221217d686aaedd66171836fa5df674cc84c 100644 (file)
@@ -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;