From 881cd0fe3db5c2cefd3b40e71ffb00bbd0d15ea2 Mon Sep 17 00:00:00 2001 From: brain Date: Wed, 25 Apr 2007 00:38:08 +0000 Subject: [PATCH] Please try this, satmd git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@6835 e03df62e-2008-0410-955e-edbf42e46eb7 --- src/modules/m_cloaking.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/modules/m_cloaking.cpp b/src/modules/m_cloaking.cpp index cb77177ed..3506c8bee 100644 --- a/src/modules/m_cloaking.cpp +++ b/src/modules/m_cloaking.cpp @@ -224,7 +224,7 @@ class CloakUser : public ModeHandler for (const char* input = ip; *input; input++) { item += *input; - if (item.length() > 4) + if (item.length() > 7) { /* Send the Hash module a different hex table for each octet group's Hash sum */ HashHexRequest(Sender, HashProvider, xtab[(key1+rounds) % 4]).Send(); -- 2.39.5