diff options
author | Sadie Powell <sadie@witchery.services> | 2024-05-09 18:53:43 +0100 |
---|---|---|
committer | Sadie Powell <sadie@witchery.services> | 2024-05-09 18:54:40 +0100 |
commit | c36030c82617ee2616260c9ca3635940e5a7a679 (patch) | |
tree | 991dc7a5a4aa2a5a1a9ae3eba24e131ba809c3c0 /include | |
parent | 33a02b12239a9dd1ee6e41ab4de07a544c7aa6ae (diff) |
Remove CanSVSLogout and implement logout support on Plexus.
Diffstat (limited to 'include')
-rw-r--r-- | include/protocol.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/include/protocol.h b/include/protocol.h index 92b53ef91..97eb772b5 100644 --- a/include/protocol.h +++ b/include/protocol.h @@ -101,9 +101,6 @@ public: /* See ns_cert */ bool CanCertFP = false; - /* Can users log out before being fully connected? */ - bool CanSVSLogout = false; - /* Whether this IRCd requires unique IDs for each user or server. See TS6/P10. */ bool RequiresID = false; |