diff --git a/infobot.py b/infobot.py index c152eda..71499ad 100644 --- a/infobot.py +++ b/infobot.py @@ -51,6 +51,8 @@ class InfoBot(yaboli.Bot): msg = "Sorry, the --list and --name options can't be used simultaneously." elif ("name" in options and options["name"] is not True) or "list" in options: + clients = [] + if "name" in options: name = self.room.mentionable(options["name"]).lower()