diff --git a/infobot.py b/infobot.py index f65e6fa..d0a2cc4 100644 --- a/infobot.py +++ b/infobot.py @@ -15,7 +15,8 @@ class InfoBot(yaboli.Bot): self.add_command("info", self.info_command, "Show more detailed info.", ("!info @bot [ --list[=] | --name= ]\n" - "--list= : list user names and client and session ids\n" + "--list= : list user names and client/session ids\n" + "--name= : list info for users with the name specified\n" " can be: people, bots, lurkers, all\n" " is the name of the person (without leading '@')\n\n" "Shows different information about the clients connected to the\n"