From b7f59e33ee3d51e585d34df981fb9f06d954ddd1 Mon Sep 17 00:00:00 2001 From: Sadie Powell Date: Wed, 21 Sep 2022 02:41:31 +0100 Subject: Add the protocol serializer to the check output. --- src/modules/m_check.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'src/modules/m_check.cpp') 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()); -- cgit v1.3.1-10-gc9f91