From 13c5db988971eab9c1a88dd6e4d5facb0d17df1e Mon Sep 17 00:00:00 2001 From: Joscha Date: Mon, 23 May 2016 21:07:28 +0200 Subject: [PATCH] Update !info help text --- infobot.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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"