From b6e548d8dfb933d8329ea7aed2357c88ecaf2e79 Mon Sep 17 00:00:00 2001 From: Peter Powell Date: Sat, 16 Feb 2019 15:24:55 +0000 Subject: ircv3_chghost: also send the CHGHOST message to the modified user. --- src/modules/m_ircv3_chghost.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/modules/m_ircv3_chghost.cpp') diff --git a/src/modules/m_ircv3_chghost.cpp b/src/modules/m_ircv3_chghost.cpp index fd142803f..d78689178 100644 --- a/src/modules/m_ircv3_chghost.cpp +++ b/src/modules/m_ircv3_chghost.cpp @@ -32,7 +32,7 @@ class ModuleIRCv3ChgHost : public Module msg.PushParamRef(ident); msg.PushParamRef(host); ClientProtocol::Event protoev(protoevprov, msg); - IRCv3::WriteNeighborsWithCap(user, protoev, cap); + IRCv3::WriteNeighborsWithCap(user, protoev, cap, true); } public: -- cgit v1.3.1-10-gc9f91