From 4b30b2fb68cc1b40abde2b8d325fcae9336fdf2e Mon Sep 17 00:00:00 2001 From: "Brian S. Stephan" Date: Sun, 25 Jul 2010 12:50:25 -0500 Subject: [PATCH] print of timestr has already been vetoed --- dr.botzo.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dr.botzo.py b/dr.botzo.py index 7797d29..4923244 100755 --- a/dr.botzo.py +++ b/dr.botzo.py @@ -164,7 +164,7 @@ def sub_countdown(connection, event, nick, userhost, replypath, what, admin_unlo relstr += str(rdelta.minutes) + ' minutes ' if rdelta.seconds != 0: relstr += str(rdelta.seconds) + ' seconds' - relstr += ' (' + timestr + ')' + #relstr += ' (' + timestr + ')' connection.privmsg(replypath, relstr) except NoOptionError: pass