Update active in info

This commit is contained in:
tannn 2014-01-04 22:24:35 -06:00
parent f9ca69d367
commit 922434436d
1 changed files with 1 additions and 1 deletions

View File

@ -682,7 +682,7 @@ class TriviaTime(callbacks.Plugin):
irc.sendMsg(ircmsgs.privmsg(msg.args[0], infoText))
infoText = ' Time is %s ' % (time.asctime(time.localtime(),))
irc.sendMsg(ircmsgs.privmsg(msg.args[0], infoText))
infoText = '\x02 %d Users\x02 on scoreboard \x02%d Active This Week\x02' % (totalUsersEver, numActiveThisWeek)
infoText = '\x02 %d Users\x02 on scoreboard with \x02%d Active This Week\x02' % (totalUsersEver, numActiveThisWeek)
irc.sendMsg(ircmsgs.privmsg(msg.args[0], infoText))
numKaos = threadStorage.getNumKAOS()
numQuestionTotal = threadStorage.getNumQuestions()