mirror of
https://github.com/inspircd/inspircd.git
synced 2025-03-12 12:09:03 -04:00
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:
parent
b80d1be349
commit
d345d7c9aa
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user