Update !info help text
This commit is contained in:
parent
324df6ca6a
commit
13c5db9889
1 changed files with 2 additions and 1 deletions
|
|
@ -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"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue