diff --git a/infobot.py b/infobot.py index d0a2cc4..662aeeb 100644 --- a/infobot.py +++ b/infobot.py @@ -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())