]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - src/modules/m_chancreate.cpp
fixed some indentation and spacing in modules
[user/henk/code/inspircd.git] / src / modules / m_chancreate.cpp
index 8633ddc059f5869e337422fee48530751c75e373..1b6ca61924381541401f34ac480398548f3fba80 100644 (file)
@@ -26,18 +26,18 @@ class ModuleChanCreate : public Module
                Implementation eventlist[] = { I_OnUserJoin };
                ServerInstance->Modules->Attach(eventlist, this, 1);
        }
-       
+
        virtual ~ModuleChanCreate()
        {
                ServerInstance->SNO->DisableSnomask('j');
        }
-       
+
        virtual Version GetVersion()
        {
                return Version(1,2,0,0,VF_VENDOR,API_VERSION);
        }
 
-       
+
        virtual void OnUserJoin(User* user, Channel* channel, bool sync, bool &silent)
        {
                if (channel->GetUserCounter() == 1)