From b78e9d4af214d09227fd528a95acb54508a5d5bc Mon Sep 17 00:00:00 2001 From: Matt Schatz Date: Tue, 6 Oct 2020 21:45:26 -0600 Subject: Add the User::exempt flag to m_check. --- src/modules/m_check.cpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src') diff --git a/src/modules/m_check.cpp b/src/modules/m_check.cpp index cd336c865..8a8857c55 100644 --- a/src/modules/m_check.cpp +++ b/src/modules/m_check.cpp @@ -221,6 +221,8 @@ class CommandCheck : public Command std::string classname = loctarg->GetClass()->name; if (!classname.empty()) context.Write("connectclass", classname); + + context.Write("exempt", loctarg->exempt ? "yes" : "no"); } else context.Write("onip", targuser->GetIPString()); -- cgit v1.2.3