Send message if no clients are found
This commit is contained in:
parent
13c5db9889
commit
8c66d97bf5
1 changed files with 1 additions and 1 deletions
|
|
@ -81,7 +81,7 @@ class InfoBot(yaboli.Bot):
|
||||||
|
|
||||||
msg = msg[:-1] # remove trailing newline
|
msg = msg[:-1] # remove trailing newline
|
||||||
else:
|
else:
|
||||||
return
|
msg = "No clients"
|
||||||
|
|
||||||
else:
|
else:
|
||||||
people = len(self.room.get_people())
|
people = len(self.room.get_people())
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue