]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - src/modules/m_remove.cpp
Fix a bunch of weird indentation and spacing issues.
[user/henk/code/inspircd.git] / src / modules / m_remove.cpp
index e0dbabf42b3ccf794b76d00a72ab4a60471a2957..cd59f07bcf4f6191e9ebbbfb8f6e8ab318f88fb0 100644 (file)
@@ -44,7 +44,7 @@ class RemoveBase : public Command
        ChanModeReference& nokicksmode;
 
  public:
-       unsigned int protectedrank;
+       unsigned int protectedrank;
 
        RemoveBase(Module* Creator, bool& snk, ChanModeReference& nkm, const char* cmdn)
                : Command(Creator, cmdn, 2, 3)
@@ -108,7 +108,7 @@ class RemoveBase : public Command
                {
                        /* We'll let everyone remove their level and below, eg:
                         * ops can remove ops, halfops, voices, and those with no mode (no moders actually are set to 1)
-                         a ulined target will get a higher level than it's possible for a /remover to get..so they're safe.
+                        * a ulined target will get a higher level than it's possible for a /remover to get..so they're safe.
                         * Nobody may remove people with >= protectedrank rank.
                         */
                        unsigned int ulevel = channel->GetPrefixValue(user);