]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - src/modules/m_conn_join.cpp
Add ProtocolInterface::Introduce() to prevent confusion over event ordering, and...
[user/henk/code/inspircd.git] / src / modules / m_conn_join.cpp
index 046176b0c69f9c4830c7ffd926423d54214572a0..606794d10818c687c96c19863f05ef841ff591d6 100644 (file)
@@ -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()