summaryrefslogtreecommitdiff
path: root/include/protocol.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/protocol.h')
-rw-r--r--include/protocol.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/protocol.h b/include/protocol.h
index 4f7990b51..9967012c0 100644
--- a/include/protocol.h
+++ b/include/protocol.h
@@ -64,6 +64,8 @@ class CoreExport IRCDProto : public Service
bool CanCertFP;
/* Can we send arbitrary message tags? */
bool CanSendTags;
+ /* Can users log out before being fully connected? */
+ bool CanSVSLogout;
/* Whether this IRCd requires unique IDs for each user or server. See TS6/P10. */
bool RequiresID;
/* If this IRCd has unique ids, whether the IDs and nicknames are ambiguous */