From d345d7c9aa42f015b44ea9c13775edf5d9616f90 Mon Sep 17 00:00:00 2001 From: brain Date: Sun, 21 Oct 2007 12:54:02 +0000 Subject: In class User: /** If this bool is set then penalty rules do not apply to this user */ bool ExemptFromPenalty; git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@8247 e03df62e-2008-0410-955e-edbf42e46eb7 --- include/users.h | 4 ++++ 1 file changed, 4 insertions(+) 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 -- cgit v1.2.3