aboutsummaryrefslogtreecommitdiff
path: root/src/users.cpp
diff options
context:
space:
mode:
authorGravatar Sadie Powell2022-03-27 07:07:29 +0100
committerGravatar Sadie Powell2022-03-27 16:09:19 +0100
commit414105e409cf8b90c3d9d417bb73795b19d843c4 (patch)
tree38ba2fdca1620920aaa34f536a720851e326d748 /src/users.cpp
parentUndocument removed config option. (diff)
Add a typedef for the mode status bitset.
Diffstat (limited to 'src/users.cpp')
-rw-r--r--src/users.cpp2
1 files changed, 1 insertions, 1 deletions
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<OperInfo> info)
namespace
{
- void ParseModeList(std::bitset<64>& modeset, std::shared_ptr<ConfigTag> tag, const std::string& field)
+ void ParseModeList(ModeParser::ModeStatus& modeset, std::shared_ptr<ConfigTag> tag, const std::string& field)
{
for (const auto& chr : tag->getString(field))
{