diff options
Diffstat (limited to 'include/protocol.h')
-rw-r--r-- | include/protocol.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/include/protocol.h b/include/protocol.h index 911c78d68..73373f881 100644 --- a/include/protocol.h +++ b/include/protocol.h @@ -92,9 +92,6 @@ public: /* See ns_cert */ bool CanCertFP = false; - /* Can we send arbitrary message tags? */ - bool CanSendTags = false; - /* Can users log out before being fully connected? */ bool CanSVSLogout = false; @@ -288,6 +285,7 @@ public: virtual bool IsIdentValid(const Anope::string &); virtual bool IsHostValid(const Anope::string &); virtual bool IsExtbanValid(const Anope::string &) { return false; } + virtual bool IsTagValid(const Anope::string &, const Anope::string &) { return false; } /** Retrieve the maximum number of list modes settable on this channel * Defaults to Config->ListSize |