From debd947bde2e44135915f52199632f60a02f9cd8 Mon Sep 17 00:00:00 2001 From: tannn Date: Sat, 4 Jan 2014 22:26:44 -0600 Subject: [PATCH] Updating version --- plugin.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugin.py b/plugin.py index 30e75a8..5884a3b 100644 --- a/plugin.py +++ b/plugin.py @@ -678,7 +678,7 @@ class TriviaTime(callbacks.Plugin): threadStorage = self.Storage(dbLocation) totalUsersEver = threadStorage.getNumUser(channel) numActiveThisWeek = threadStorage.getNumActiveThisWeek(channel) - infoText = ' TriviaTime v1.0 by Trivialand on Freenode https://github.com/tannn/TriviaTime ' + infoText = ' TriviaTime v1.01 by Trivialand on Freenode https://github.com/tannn/TriviaTime ' irc.sendMsg(ircmsgs.privmsg(msg.args[0], infoText)) infoText = ' Time is %s ' % (time.asctime(time.localtime(),)) irc.sendMsg(ircmsgs.privmsg(msg.args[0], infoText))