]> 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 606794d10818c687c96c19863f05ef841ff591d6..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)
                {