diff --git a/commands/stats.py b/commands/stats.py index 0bc7a09..6d032f3 100644 --- a/commands/stats.py +++ b/commands/stats.py @@ -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()