diff options
| author | 2008-01-16 08:55:18 +0000 | |
|---|---|---|
| committer | 2008-01-16 08:55:18 +0000 | |
| commit | 32026e5b6f345be8bfeddde939e69eec6618fe6b (patch) | |
| tree | 271eb7bf7c3797088a994a308937f82be315dd4a /include | |
| parent | Hacked-up culllist: stores user pointers rather than CullItem, as creating th... (diff) | |
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
Diffstat (limited to 'include')
| -rw-r--r-- | include/users.h | 4 |
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; |
