diff options
author | w00t <w00t@e03df62e-2008-0410-955e-edbf42e46eb7> | 2007-10-28 21:23:07 +0000 |
---|---|---|
committer | w00t <w00t@e03df62e-2008-0410-955e-edbf42e46eb7> | 2007-10-28 21:23:07 +0000 |
commit | 7dbd30b89c18f212041582f6638f2ae1b62a5b4d (patch) | |
tree | 093324aa298d1e77ec62f232da94285d6109306a /include/users.h | |
parent | e8df3f491d67bc520f808c8b9ebfb54cfc1cce74 (diff) |
Update User::exempt all the time we change an E:Line. Brain, can you check I've done this okay, and fix my XXX if you know how? ta.
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@8416 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'include/users.h')
-rw-r--r-- | include/users.h | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/include/users.h b/include/users.h index b11d346b7..0cf786c76 100644 --- a/include/users.h +++ b/include/users.h @@ -661,11 +661,7 @@ class CoreExport User : public connection */ std::string WriteError; - /** This is true if the user matched an exception when they connected to the ircd. - * It isnt valid after this point, and you should not attempt to do anything with it - * after this point, because the eline might be removed at a later time, and/or no - * longer be applicable to this user. It is only used to save doing the eline lookup - * twice (instead we do it once and set this value). + /** This is true if the user matched an exception (E:Line). It is used to save time on ban checks. */ bool exempt; |