mirror of
https://github.com/anope/anope.git
synced 2026-06-28 15:56:38 +02:00
Make it easier to fail and delete SASL sessions.
This commit is contained in:
@@ -69,7 +69,7 @@ namespace SASL
|
||||
|
||||
virtual Session *CreateSession(const Anope::string &uid) { return new Session(this, uid); }
|
||||
|
||||
virtual void ProcessMessage(Session *session, const Message &) = 0;
|
||||
virtual bool ProcessMessage(Session *session, const Message &) = 0;
|
||||
|
||||
virtual ~Mechanism()
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user