Implement counting of various IRC events
This commit is contained in:
@@ -10,7 +10,7 @@ class List:
|
||||
for i in pool.keys():
|
||||
poolMap.append("Server: %s" % i)
|
||||
for x in pool[i].keys():
|
||||
poolMap.append("%s: %s" % (x, pool[i][x]))
|
||||
poolMap.append(" %s: %s" % (x, pool[i][x]))
|
||||
poolMap.append("\n")
|
||||
info("\n".join(poolMap))
|
||||
return
|
||||
|
||||
Reference in New Issue
Block a user