From 9994478a85358bfa48bd5b764ebc1e74e928d57a Mon Sep 17 00:00:00 2001 From: w00t Date: Mon, 1 Dec 2008 18:10:24 +0000 Subject: Remove m_operflood, add privs: users/flood/no-throttle & users/flood/increased-buffers. This also saves another sizeof(bool) per user. git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@10837 e03df62e-2008-0410-955e-edbf42e46eb7 --- include/users.h | 4 ---- 1 file changed, 4 deletions(-) (limited to 'include/users.h') diff --git a/include/users.h b/include/users.h index 729121bea..6bb37f3e0 100644 --- a/include/users.h +++ b/include/users.h @@ -693,10 +693,6 @@ class CoreExport User : public EventHandler */ int Penalty; - /** 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