diff options
Diffstat (limited to 'include')
-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; |