From 1edeb703b4454ae93ab62ae961f9111e5ba7ca19 Mon Sep 17 00:00:00 2001 From: "Brian S. Stephan" Date: Fri, 30 Jul 2010 00:36:11 -0500 Subject: [PATCH] printing the time string with countdown result was vetoed pretty early on, and i don't think i have any want to go back to that well --- modules/Countdown.py | 1 - 1 file changed, 1 deletion(-) diff --git a/modules/Countdown.py b/modules/Countdown.py index 090631e..948e7cc 100644 --- a/modules/Countdown.py +++ b/modules/Countdown.py @@ -84,7 +84,6 @@ class Countdown(Module): relstr += str(rdelta.minutes) + ' minutes ' if rdelta.seconds != 0: relstr += str(rdelta.seconds) + ' seconds' - #relstr += ' (' + timestr + ')' return self.reply(connection, replypath, relstr) except NoOptionError: pass