diff options
author | w00t <w00t@e03df62e-2008-0410-955e-edbf42e46eb7> | 2008-12-01 18:10:22 +0000 |
---|---|---|
committer | w00t <w00t@e03df62e-2008-0410-955e-edbf42e46eb7> | 2008-12-01 18:10:22 +0000 |
commit | fc7eba500a05eaf51a0f72d6ca1e91085698b38a (patch) | |
tree | 14a096eb36d69a18e33dfe5a0cb99e92a2729210 /include | |
parent | f58879f3591b2ee296561bd0879832ae45cec49d (diff) |
Remove OverPenalty, saves sizeof(bool) per user.
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@10836 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'include')
-rw-r--r-- | include/users.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/include/users.h b/include/users.h index 35c2647d8..729121bea 100644 --- a/include/users.h +++ b/include/users.h @@ -693,10 +693,6 @@ class CoreExport User : public EventHandler */ int Penalty; - /** True if we are flushing penalty lines - */ - bool OverPenalty; - /** If this bool is set then penalty rules do not apply to this user */ bool ExemptFromPenalty; |