diff options
author | Peter Powell <petpow@saberuk.com> | 2016-02-20 16:59:21 +0000 |
---|---|---|
committer | Peter Powell <petpow@saberuk.com> | 2016-02-28 16:36:43 +0000 |
commit | 52fdc455976e22e860736b07c431c6a6464f5d70 (patch) | |
tree | 38fe08488c10b1b33f52f16f0f33dcd3903ad47b /include/protocol.h | |
parent | 413b38b1c1b6786d8abce2c77c3c3a7a7e0d3fe9 (diff) |
Implement support for SASL 3.2 mechanism lists.
Diffstat (limited to 'include/protocol.h')
-rw-r--r-- | include/protocol.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/protocol.h b/include/protocol.h index 01ce6fbe3..2811a8c3f 100644 --- a/include/protocol.h +++ b/include/protocol.h @@ -227,6 +227,7 @@ class CoreExport IRCDProto : public Service */ virtual void SendOper(User *u); + virtual void SendSASLMechanisms(std::vector<Anope::string> &) { } virtual void SendSASLMessage(const SASL::Message &) { } virtual void SendSVSLogin(const Anope::string &uid, const Anope::string &acc) { } |