Send message if no clients are found

This commit is contained in:
Joscha 2016-05-23 21:08:22 +02:00
parent 13c5db9889
commit 8c66d97bf5

View file

@ -81,7 +81,7 @@ class InfoBot(yaboli.Bot):
msg = msg[:-1] # remove trailing newline
else:
return
msg = "No clients"
else:
people = len(self.room.get_people())