summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorbrain <brain@e03df62e-2008-0410-955e-edbf42e46eb7>2007-04-08 22:36:32 +0000
committerbrain <brain@e03df62e-2008-0410-955e-edbf42e46eb7>2007-04-08 22:36:32 +0000
commit54b211e17588a728d49aa93096472d7f66a0c29a (patch)
tree4c15ae5fa523b0dc882a83323ff8b7cb710fae69 /src
parentb4ebbfad6f5fba24e9bde95c3f7a8ac80b83b9b0 (diff)
Make the max '3 dots' and not 2
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@6765 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'src')
-rw-r--r--src/modules/m_cloaking.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/modules/m_cloaking.cpp b/src/modules/m_cloaking.cpp
index 907026df7..f9b6734ce 100644
--- a/src/modules/m_cloaking.cpp
+++ b/src/modules/m_cloaking.cpp
@@ -60,7 +60,7 @@ class CloakUser : public ModeHandler
splitdot = x;
dots++;
}
- if (dots >= 2)
+ if (dots >= 3)
break;
}