diff options
-rw-r--r-- | include/users.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/include/users.h b/include/users.h index f516a8038..f43c787a0 100644 --- a/include/users.h +++ b/include/users.h @@ -688,6 +688,10 @@ class CoreExport User : public connection */ bool UnderPenalty; + /** If this bool is set then penalty rules do not apply to this user + */ + bool ExemptFromPenalty; + /** Default constructor * @throw CoreException if the UID allocated to the user already exists * @param Instance Creator instance |