Updated get_user_flags documentation (#1007)

This commit is contained in:
Adam Richard 2021-10-07 21:12:04 -03:00 committed by GitHub
parent c61735130d
commit 2563bf6c26
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1851,7 +1851,7 @@ native set_user_flags(index, flags = -1, id = 0);
* 0 is actively used. You should not change the value of the second * 0 is actively used. You should not change the value of the second
* parameter from the default. * parameter from the default.
* *
* @param index Client index, 0 to set flags of server * @param index Client index, 0 to get flags of server
* @param id Flag set id, ranging from 0 to 31 * @param id Flag set id, ranging from 0 to 31
* *
* @return Bitflag sum of client's admin flags * @return Bitflag sum of client's admin flags