Fix !info bot counter
This commit is contained in:
parent
a22708421d
commit
361e47cf3b
1 changed files with 1 additions and 1 deletions
|
|
@ -93,7 +93,7 @@ class InfoBot(yaboli.Bot):
|
|||
else:
|
||||
people = len(self.room.get_people())
|
||||
accounts = len(self.room.get_accounts())
|
||||
bots = len(self.room.get_bots())
|
||||
bots = len(self.room.get_bots()) + 1
|
||||
lurkers = len(self.room.get_lurkers())
|
||||
|
||||
msg = "people: {} (with accounts: {})\nbots: {}\nlurkers: {}\ntotal: {}"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue