]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - src/modules/m_cloaking.cpp
kick_channel -> chanrec::KickUser(), server_kick_channel -> chanrec::ServerKickUser()
[user/henk/code/inspircd.git] / src / modules / m_cloaking.cpp
index fd90fd9a92bdbb1a5bc4cadebd43ee1c103e1f88..1e1826b4199c0e3a0eb5b7f9e4e4beb5f28575d2 100644 (file)
@@ -327,7 +327,7 @@ class CloakUser : public ModeHandler
                                        char ra[64];
                                        this->GenHash(dest->host,ra);
                                        std::string b = "";
-                                       in_addr testaddr;
+                                       insp_inaddr testaddr;
                                        std::string hostcloak = prefix + "-" + std::string(ra) + a;
                                
                                        /* Fix by brain - if the cloaked host is > the max length of a host (64 bytes