mirror of
https://github.com/overte-org/overte.git
synced 2025-08-08 22:16:58 +02:00
CR.
This commit is contained in:
parent
12d5687c6a
commit
cfac34bf7e
2 changed files with 5 additions and 5 deletions
|
@ -33,10 +33,10 @@
|
||||||
* <code>false</code>. <em>Read-only.</em>
|
* <code>false</code>. <em>Read-only.</em>
|
||||||
* @property {boolean} requestsDomainListData - <code>true</code> if the client requests extra data from the mixers (such as
|
* @property {boolean} requestsDomainListData - <code>true</code> if the client requests extra data from the mixers (such as
|
||||||
* positional data of an avatar they've ignored). <em>Read-only.</em>
|
* positional data of an avatar they've ignored). <em>Read-only.</em>
|
||||||
* @property {BanFlags} NO_BAN - Do not ban person. <em>Read-only.</em>
|
* @property {BanFlags} NO_BAN - Do not ban user. <em>Read-only.</em>
|
||||||
* @property {BanFlags} BAN_BY_USERNAME - Ban person by username. <em>Read-only.</em>
|
* @property {BanFlags} BAN_BY_USERNAME - Ban user by username. <em>Read-only.</em>
|
||||||
* @property {BanFlags} BAN_BY_FINGERPRINT - Ban person by fingerprint. <em>Read-only.</em>
|
* @property {BanFlags} BAN_BY_FINGERPRINT - Ban user by fingerprint. <em>Read-only.</em>
|
||||||
* @property {BanFlags} BAN_BY_IP - Ban person by IP address. <em>Read-only.</em>
|
* @property {BanFlags} BAN_BY_IP - Ban user by IP address. <em>Read-only.</em>
|
||||||
*/
|
*/
|
||||||
class UsersScriptingInterface : public QObject, public Dependency {
|
class UsersScriptingInterface : public QObject, public Dependency {
|
||||||
Q_OBJECT
|
Q_OBJECT
|
||||||
|
|
|
@ -42,4 +42,4 @@ public:
|
||||||
static constexpr unsigned int getDefaultBanFlags() { return (BanFlags::BAN_BY_USERNAME | BanFlags::BAN_BY_FINGERPRINT); };
|
static constexpr unsigned int getDefaultBanFlags() { return (BanFlags::BAN_BY_USERNAME | BanFlags::BAN_BY_FINGERPRINT); };
|
||||||
};
|
};
|
||||||
|
|
||||||
#endif // vircadia_ModerationFlags_h
|
#endif // vircadia_ModerationFlags_h
|
||||||
|
|
Loading…
Reference in a new issue