aboutsummaryrefslogtreecommitdiffstats
path: root/src/modules/m_check.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/modules/m_check.cpp')
-rw-r--r--src/modules/m_check.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/modules/m_check.cpp b/src/modules/m_check.cpp
index 115d75cdf..25674aa44 100644
--- a/src/modules/m_check.cpp
+++ b/src/modules/m_check.cpp
@@ -234,6 +234,7 @@ class CommandCheck : public Command
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());