diff options
Diffstat (limited to 'include/protocol.h')
-rw-r--r-- | include/protocol.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/protocol.h b/include/protocol.h index 55fdc0b69..feef6a162 100644 --- a/include/protocol.h +++ b/include/protocol.h @@ -62,6 +62,8 @@ class CoreExport IRCDProto : public Service bool CanSVSHold; /* See ns_cert */ bool CanCertFP; + /* Can we send arbitrary message tags? */ + bool CanSendTags; /* 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 */ |