diff options
Diffstat (limited to 'include/protocol.h')
-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; |