From 922434436dc101fbfda70aab647aea8a1ffadf3a Mon Sep 17 00:00:00 2001 From: tannn Date: Sat, 4 Jan 2014 22:24:35 -0600 Subject: [PATCH] Update active in info --- plugin.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugin.py b/plugin.py index b03b247..30e75a8 100644 --- a/plugin.py +++ b/plugin.py @@ -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()