From 2b3d8e3d1841425af7412b3bf25657cf334c0175 Mon Sep 17 00:00:00 2001 From: danieldg Date: Thu, 28 Jan 2010 20:16:31 +0000 Subject: Fix empty FMODE being sent if SendMode mode changes git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@12323 e03df62e-2008-0410-955e-edbf42e46eb7 --- src/modules/m_cloaking.cpp | 3 --- 1 file changed, 3 deletions(-) (limited to 'src/modules/m_cloaking.cpp') diff --git a/src/modules/m_cloaking.cpp b/src/modules/m_cloaking.cpp index 1b30f410a..0405e31dd 100644 --- a/src/modules/m_cloaking.cpp +++ b/src/modules/m_cloaking.cpp @@ -438,9 +438,6 @@ class ModuleCloaking : public Module if (cloak) return; - if (dest->host.find('.') == std::string::npos && dest->host.find(':') == std::string::npos) - return; - std::string ipstr = dest->GetIPString(); std::string chost; -- cgit v1.2.3