From 32026e5b6f345be8bfeddde939e69eec6618fe6b Mon Sep 17 00:00:00 2001 From: w00t Date: Wed, 16 Jan 2008 08:55:18 +0000 Subject: Re-add support for silent quits (note: we also remove an O(n) doing it this way) git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@8715 e03df62e-2008-0410-955e-edbf42e46eb7 --- include/users.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'include') 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; -- cgit v1.2.3