print of timestr has already been vetoed

This commit is contained in:
Brian S. Stephan 2010-07-25 12:50:25 -05:00
parent 2a9a17cc94
commit 4b30b2fb68
1 changed files with 1 additions and 1 deletions

View File

@ -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