diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/users.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/include/users.h b/include/users.h index 4d7b074b6..a452ec014 100644 --- a/include/users.h +++ b/include/users.h @@ -632,11 +632,11 @@ class CoreExport User : public connection */ time_t reset_due; - /** If this is set to true, then all read operations for the user + /** If this is set to true, then all socket operations for the user * are dropped into the bit-bucket. - * This is used by the global CullList, but please note that setting this value - * alone will NOT cause the user to quit. This means it can be used seperately, - * for example by shun modules etc. + * This value is set by QuitUser, and is not needed seperately from that call. + * Please note that setting this value alone will NOT cause the user to quit. + * This means it can be used seperately, for example by shun modules etc. */ bool muted; |