]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - src/modules/m_ircv3_chghost.cpp
Use SQUERY instead of PRIVMSG in alias/passforward config.
[user/henk/code/inspircd.git] / src / modules / m_ircv3_chghost.cpp
index fd142803f2444db8ac1681e4b474a56f4c14d0bd..d786891782b3548dadf3845fd2c95b15a0b2c7e3 100644 (file)
@@ -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: