MyChat Scripts Engine: working with user groups
You can create any number of groups and add registered users to them. Groups are used by server administrators to unite different user accounts according to some specific characteristics.
The user can be a member of more than one group at the same time.
List of functions to manage the groups and users in them:
add the specified user to a specified group; |
|
create a users group; |
|
delete a specified users group; |
|
obtain a list of user groups in the JSON format; |
|
obtain a group users list by the name; |
|
obtain a users list from several groups without duplicates; |
|
to check user existence in a specified group; |
|
to check user existence in at least one group; |
|
to check a specified users group existence; |
|
remove a specified user from a specified group; |
|
rename users group. |