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:
@@ -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")
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user