3
0
mirror of https://github.com/pragma-/pbot.git synced 2024-10-01 17:16:39 +02:00

doc/FAQ.md: add missing [channel] optional argument

This commit is contained in:
Pragmatic Software 2020-02-10 00:34:14 -08:00
parent af2cbd31dc
commit ce53bc4ae4

View File

@ -63,4 +63,4 @@ Usage: `useradd <user account name> <channel> <hostmask> is-whitelisted`
If the user already exists, use the [`userset`](Admin.md#userset) command to
grant them the `is-whitelisted` capability.
Usage: `userset <user account name> is-whitelisted 1`
Usage: `userset [channel] <user account name> is-whitelisted 1`