From 7d3055f8c3908da493d29191b175be3f810ff05b Mon Sep 17 00:00:00 2001 From: Sadie Powell Date: Mon, 31 Jan 2022 02:04:43 +0000 Subject: Add the type to the Extensible class. --- src/channels.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/channels.cpp') diff --git a/src/channels.cpp b/src/channels.cpp index b1d2e9822..983b89177 100644 --- a/src/channels.cpp +++ b/src/channels.cpp @@ -34,7 +34,8 @@ namespace } Channel::Channel(const std::string &cname, time_t ts) - : name(cname) + : Extensible(ExtensionType::CHANNEL) + , name(cname) , age(ts) { if (!ServerInstance->Channels.GetChans().emplace(cname, this).second) -- cgit v1.3.1-10-gc9f91