summaryrefslogtreecommitdiff
path: root/include/users.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/users.h')
-rw-r--r--include/users.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/include/users.h b/include/users.h
index 9d210931c..4d7b074b6 100644
--- a/include/users.h
+++ b/include/users.h
@@ -620,6 +620,10 @@ class CoreExport User : public connection
*/
std::string operquitmsg;
+ /** Whether or not to send an snotice about this user's quitting
+ */
+ bool quietquit;
+
/** Flood counters - lines received
*/
unsigned int lines_in;