]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - src/modules/m_conn_join.cpp
Always deny invite to users below halfop status, move OnUserPreInvite up to above...
[user/henk/code/inspircd.git] / src / modules / m_conn_join.cpp
index 046176b0c69f9c4830c7ffd926423d54214572a0..21c03922eb10f3d3742413601a89ac0e6691f705 100644 (file)
@@ -20,7 +20,7 @@ class ModuleConnJoin : public Module
        private:
                std::string JoinChan;
                std::vector<std::string> Joinchans;
-               
+
 
                int tokenize(const std::string &str, std::vector<std::string> &tokens)
                {
@@ -46,8 +46,8 @@ class ModuleConnJoin : public Module
                        : Module(Me)
                {
                        OnRehash(NULL, "");
-               Implementation eventlist[] = { I_OnPostConnect, I_OnRehash };
-               ServerInstance->Modules->Attach(eventlist, this, 2);
+                       Implementation eventlist[] = { I_OnPostConnect, I_OnRehash };
+                       ServerInstance->Modules->Attach(eventlist, this, 2);
                }
 
                void Prioritize()