]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - src/modules/m_hostchange.cpp
kick_channel -> chanrec::KickUser(), server_kick_channel -> chanrec::ServerKickUser()
[user/henk/code/inspircd.git] / src / modules / m_hostchange.cpp
index 21333a853e27cf8c5de6654f15f5a95a324d9563..de485b2c03e9c456917ab460ee3f3c4ea952d80c 100644 (file)
@@ -20,10 +20,11 @@ using namespace std;
 #include "users.h"
 #include "channels.h"
 #include "modules.h"
+#include "inspircd.h"
 
 /* $ModDesc: Provides masking of user hostnames in a different way to m_cloaking */
 
-class Host
+class Host : public classbase
 {
  public:
        std::string action;