site flags
Description
Allows users to view the flags which are assigned to their own account. This command also allows group administrators to view flags for other users within their own group. Site operators can additionally use this command to view and change the flags assigned to any user account.
Syntax
site flags [<user>] [<flags>]
Detailed information on the options/arguments: <user>, <flags>
Limitations
- Flags can only be changed by site operators, not by group administrators or normal users
- Group administrators can only view the flags for users within their own group
- Normal users can only view the flags assigned to their own account
Examples
site flags
Shows you what flags are currently assigned to your own account.
site flags barry
Shows the flags assigned to the user barry. Note that this command will only work if you're a site operator or if you're the group administrator for the group which barry is a member of.
site flags barry +abC
Gives barry the flags a, b and C. This command will only work for site operators, as we're modifying the flags field.
site flags barry -abC
Removes the flags a, b and C from barry. This command will only work for site operators, as we're modifying the flags field.
site flags barry abC
Sets the flags for barry to a, b and C. All other flags assigned to barry will be lost because + and - were not specified in <flags>. This command will only work for site operators, as we're modifying the flags field.
