1
0
mirror of https://github.com/anope/anope.git synced 2026-06-28 00:16:37 +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
+2
View File
@@ -36,6 +36,7 @@ namespace
class UnrealIRCdProto final
: public IRCDProto
, public SASL::ProtocolInterface
{
public:
PrimitiveExtensibleItem<ModData> ClientModData;
@@ -43,6 +44,7 @@ public:
UnrealIRCdProto(Module *creator)
: IRCDProto(creator, "UnrealIRCd 6+")
, SASL::ProtocolInterface(creator)
, ClientModData(creator, "ClientModData")
, ChannelModData(creator, "ChannelModData")
{