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/users.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/users.cpp') diff --git a/src/users.cpp b/src/users.cpp index a02c3570f..0e47ff694 100644 --- a/src/users.cpp +++ b/src/users.cpp @@ -77,7 +77,8 @@ std::string User::GetModeLetters(bool includeparams) const } User::User(const std::string& uid, Server* srv, Type type) - : age(ServerInstance->Time()) + : Extensible(ExtensionType::USER) + , age(ServerInstance->Time()) , uuid(uid) , server(srv) , registered(REG_NONE) -- cgit v1.3.1-10-gc9f91