1
0
mirror of https://github.com/anope/anope.git synced 2026-06-29 17:16:38 +02:00

Move SASL protocol messages to the SASL header.

This commit is contained in:
Sadie Powell
2025-03-03 21:45:59 +00:00
parent 4526fbed96
commit 5828cdba45
7 changed files with 54 additions and 13 deletions
+4 -2
View File
@@ -32,10 +32,12 @@ public:
class SolanumProto final
: public IRCDProto
, public SASL::ProtocolInterface
{
public:
SolanumProto(Module *creator) : IRCDProto(creator, "Solanum")
SolanumProto(Module *creator)
: IRCDProto(creator, "Solanum")
, SASL::ProtocolInterface(creator)
{
DefaultPseudoclientModes = "+oiS";
CanCertFP = true;