X-Git-Url: https://git.netwichtig.de/gitweb/?a=blobdiff_plain;f=src%2Fmodules%2Fm_check.cpp;h=5434f805496b9ee54628d7b65a29aa63690aa5b5;hb=fe67c13ddf8f546bed95a9904679b3f32c708cd9;hp=cd336c865af2e6bfc9e5223273eb275433b909dd;hpb=44489ddf7e90413d8f656aea24d74445bab227af;p=user%2Fhenk%2Fcode%2Finspircd.git diff --git a/src/modules/m_check.cpp b/src/modules/m_check.cpp index cd336c865..5434f8054 100644 --- a/src/modules/m_check.cpp +++ b/src/modules/m_check.cpp @@ -1,6 +1,7 @@ /* * InspIRCd -- Internet Relay Chat Daemon * + * Copyright (C) 2020 Matt Schatz * Copyright (C) 2013-2016 Attila Molnar * Copyright (C) 2013, 2017-2020 Sadie Powell * Copyright (C) 2012, 2019 Robby @@ -221,6 +222,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());