Update !info help text

This commit is contained in:
Joscha 2016-05-23 21:07:28 +02:00
parent 324df6ca6a
commit 13c5db9889

View file

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