]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - src/modules/m_antibottler.cpp
fixed some indentation and spacing in modules
[user/henk/code/inspircd.git] / src / modules / m_antibottler.cpp
index 37f5f953ec9c819aa3918dd5a0052370ddb701d1..cd177fd8ef2965336532d1a9c537a20a2b418b00 100644 (file)
@@ -21,17 +21,17 @@ class ModuleAntiBottler : public Module
        ModuleAntiBottler(InspIRCd* Me)
                : Module(Me)
        {
-               
+
                Implementation eventlist[] = { I_OnPreCommand };
                ServerInstance->Modules->Attach(eventlist, this, 1);
        }
 
 
-       
+
        virtual ~ModuleAntiBottler()
        {
        }
-       
+
        virtual Version GetVersion()
        {
                return Version(1,2,0,1,VF_VENDOR,API_VERSION);
@@ -48,7 +48,7 @@ class ModuleAntiBottler : public Module
                        {
                                if (*j == ':')
                                        break;
-                                       
+
                                if (*j == '"')
                                {
                                        not_bottler = true;