This commit is contained in:
Mark Veidemanis 2018-07-30 21:09:34 +01:00
parent a61f74e578
commit 4b7c9f83e7
1 changed files with 1 additions and 1 deletions

View File

@ -16,7 +16,7 @@ class Stats:
for i in main.wholist.keys():
numWhoEntries += len(main.wholist[i].keys())
stats.append("Servers: %s" % len(main.pool.keys()))
stats.append("Online ervers: %s" % len(main.IRCPool.keys()))
stats.append("Online servers: %s" % len(main.IRCPool.keys()))
stats.append("Channels: %s" % numChannels)
stats.append("User records: %s" % numWhoEntries)
counterEvents = count.getEvents()