From 17200b73e4a8b9dec1d4f656f76193688af52982 Mon Sep 17 00:00:00 2001 From: pdbogen Date: Thu, 6 Sep 2007 22:03:25 +0000 Subject: [PATCH] Fix "ago ago" issue git-svn-id: https://www.cernu.us/~pdbogen/svn/destult2@20 088b83a4-0077-4247-935c-42ec02c2848b --- commands.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ) }; -- 2.11.0