Fix typo
This commit is contained in:
parent
a61f74e578
commit
4b7c9f83e7
|
@ -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()
|
||||
|
|
Loading…
Reference in New Issue