From 414105e409cf8b90c3d9d417bb73795b19d843c4 Mon Sep 17 00:00:00 2001 From: Sadie Powell Date: Sun, 27 Mar 2022 07:07:29 +0100 Subject: Add a typedef for the mode status bitset. --- src/users.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/users.cpp') diff --git a/src/users.cpp b/src/users.cpp index 64c1b78f1..529d25807 100644 --- a/src/users.cpp +++ b/src/users.cpp @@ -410,7 +410,7 @@ void User::Oper(std::shared_ptr info) namespace { - void ParseModeList(std::bitset<64>& modeset, std::shared_ptr tag, const std::string& field) + void ParseModeList(ModeParser::ModeStatus& modeset, std::shared_ptr tag, const std::string& field) { for (const auto& chr : tag->getString(field)) { -- cgit v1.3.1-10-gc9f91