From: pdbogen Date: Thu, 6 Sep 2007 22:03:25 +0000 (+0000) Subject: Fix "ago ago" issue X-Git-Url: http://git.mmlx.us/?a=commitdiff_plain;h=17200b73e4a8b9dec1d4f656f76193688af52982;p=destult.git Fix "ago ago" issue git-svn-id: https://www.cernu.us/~pdbogen/svn/destult2@20 088b83a4-0077-4247-935c-42ec02c2848b --- diff --git a/commands.yaml b/commands.yaml index 854d866..400707d 100644 --- a/commands.yaml +++ b/commands.yaml @@ -1329,7 +1329,7 @@ CHECKMEMO: |- $response .= floor($t/60)."m "; $t = $t % 60; } - $response .= $t."s ago"; + $response .= $t."s"; $kernel->post( $src, $replypath, "From: ".$memo[0].", $response ago: ".$memo[2], $dest ); } delete $heap->{ 'memo' }->{ uc( $who ) };