-
Notifications
You must be signed in to change notification settings - Fork 3
Getuser Command
Joel edited this page Apr 8, 2018
·
4 revisions
The getuser command allows for a user to retrieve information regarding the subscription status of a user.
-
User name(s)
The only argument that is required for this command is the username of the user that is requested. It is possible to provide multiple usernames.
We use:
@Prefix: assumed to be the command prefix
user0, user1: account-names of the users
-
@Prefix getuser user0
(YES) Retrieves the subscription information foruser0 -
@Prefix getuser
(NO) Missing a user to retrieve. -
@Prefix getuser user0 user1
(YES) Retrieves the subscription information foruser0anduser1