From 7187fc224b7fa3762a6b7cc42ddda170e35d0f8e Mon Sep 17 00:00:00 2001 From: Sadie Powell Date: Fri, 27 Nov 2020 12:27:48 +0000 Subject: Rename IdentMax to MaxUser for consistency with the other limits. --- 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 805c9da64..97c92140e 100644 --- a/src/users.cpp +++ b/src/users.cpp @@ -1078,7 +1078,7 @@ bool User::ChangeIdent(const std::string& newident) FOREACH_MOD(OnChangeIdent, (this,newident)); - this->ident.assign(newident, 0, ServerInstance->Config->Limits.IdentMax); + this->ident.assign(newident, 0, ServerInstance->Config->Limits.MaxUser); this->InvalidateCache(); return true; -- cgit v1.3.1-10-gc9f91