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
This commit is contained in:
brain 2007-10-21 12:54:02 +00:00
parent b80d1be349
commit d345d7c9aa

View File

@ -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