]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - include/users.h
MODERR tidyups
[user/henk/code/inspircd.git] / include / users.h
index b11d346b787840c95ab50620f76cb7652cf57320..0cf786c761b80ed486544280fe69f81287ceb4f9 100644 (file)
@@ -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;