.BANCHO. Add ir command, more info in system status

This commit is contained in:
Nyo
2016-08-28 17:25:47 +02:00
parent 771b6e294b
commit a1d45a4419
4 changed files with 45 additions and 17 deletions

View File

@@ -4,6 +4,7 @@ from objects import tokenList
from objects import channelList
from objects import matchList
from objects import fileLocks
import time
try:
with open("version") as f:
@@ -32,3 +33,5 @@ discord = False
gzip = False
localize = False
sentry = False
startTime = int(time.time())