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