Tweak help output for users and chans to indicate multiple arguments are possible
This commit is contained in:
parent
1c3435d0d7
commit
e97792c460
|
@ -20,6 +20,6 @@
|
|||
"loadmod": "loadmod <module>",
|
||||
"msg": "msg <name> <target> <message...>",
|
||||
"mon": "mon -h",
|
||||
"chans": "chans <nick>",
|
||||
"users": "users <channel>"
|
||||
"chans": "chans <nick> [<nick> ...]",
|
||||
"users": "users <channel> [<channel> ...]"
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue