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>",
|
"loadmod": "loadmod <module>",
|
||||||
"msg": "msg <name> <target> <message...>",
|
"msg": "msg <name> <target> <message...>",
|
||||||
"mon": "mon -h",
|
"mon": "mon -h",
|
||||||
"chans": "chans <nick>",
|
"chans": "chans <nick> [<nick> ...]",
|
||||||
"users": "users <channel>"
|
"users": "users <channel> [<channel> ...]"
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue