diff options
Diffstat (limited to 'modules/setname.cpp')
| -rw-r--r-- | modules/setname.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/setname.cpp b/modules/setname.cpp index ac7e3de89..3d6cfe7b1 100644 --- a/modules/setname.cpp +++ b/modules/setname.cpp @@ -76,7 +76,7 @@ public: const auto& newreal = parameters.back(); if (newreal.size() > ServerInstance->Config->Limits.MaxReal) { - IRCv3::WriteReply(Reply::Type::FAIL, user, &cap, this, "INVALID_REALNAME", "Real name is too long"); + IRCv3::WriteReply(Reply::FAIL, user, &cap, this, "INVALID_REALNAME", "Real name is too long"); return CmdResult::FAILURE; } |
