Updating version
This commit is contained in:
parent
922434436d
commit
debd947bde
|
|
@ -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))
|
||||
|
|
|
|||
Loading…
Reference in New Issue