]> git.netwichtig.de Git - user/henk/code/inspircd.git/commitdiff
Make the max '3 dots' and not 2
authorbrain <brain@e03df62e-2008-0410-955e-edbf42e46eb7>
Sun, 8 Apr 2007 22:36:32 +0000 (22:36 +0000)
committerbrain <brain@e03df62e-2008-0410-955e-edbf42e46eb7>
Sun, 8 Apr 2007 22:36:32 +0000 (22:36 +0000)
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@6765 e03df62e-2008-0410-955e-edbf42e46eb7

src/modules/m_cloaking.cpp

index 907026df79b468e5efcf5fe6ebb2b00d22846e8f..f9b6734ce89f3f5a478ea81c5e060bfd835f3f1c 100644 (file)
@@ -60,7 +60,7 @@ class CloakUser : public ModeHandler
                                splitdot = x;
                                dots++;
                        }
-                       if (dots >= 2)
+                       if (dots >= 3)
                                break;
                }