diff options
| author | 2022-09-21 22:13:37 +0100 | |
|---|---|---|
| committer | 2022-09-21 22:38:48 +0100 | |
| commit | cbac0a34701db8229215a9989f0cb9a65228d302 (patch) | |
| tree | b95d04ef9cf6384c96ec3b803795389c3cf4c5d8 /src/modules/m_check.cpp | |
| parent | Avoid creating duplicate account API instances in ircv3_accounttag. (diff) | |
| parent | Allow building regex_posix against PCRE on Windows for link compat. (diff) | |
Merge branch 'insp3' into master.
Diffstat (limited to 'src/modules/m_check.cpp')
| -rw-r--r-- | src/modules/m_check.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/modules/m_check.cpp b/src/modules/m_check.cpp index ea3243272..5df627711 100644 --- a/src/modules/m_check.cpp +++ b/src/modules/m_check.cpp @@ -231,6 +231,7 @@ public: context.Write("connectclass", classname); context.Write("exempt", localtarget->exempt ? "yes" : "no"); + context.Write("serializer", localtarget->serializer->name.substr(11)); } else context.Write("onip", targetuser->GetIPString()); |
