From 76bf72f8c2c5b1524bf20a523fe1cf0d79d29742 Mon Sep 17 00:00:00 2001 From: brain Date: Wed, 17 Jan 2007 21:14:26 +0000 Subject: Mass comment removal. git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@6367 e03df62e-2008-0410-955e-edbf42e46eb7 --- src/modules/m_dnsbl.cpp | 15 --------------- 1 file changed, 15 deletions(-) (limited to 'src/modules/m_dnsbl.cpp') diff --git a/src/modules/m_dnsbl.cpp b/src/modules/m_dnsbl.cpp index 713924110..4391272e1 100644 --- a/src/modules/m_dnsbl.cpp +++ b/src/modules/m_dnsbl.cpp @@ -59,8 +59,6 @@ class DNSBLResolver : public Resolver /* Check the user still exists */ if ((them) && (them == ServerInstance->SE->GetRef(theirfd))) { - ServerInstance->Log(DEBUG, "m_dnsbl: %s got a result from dnsbl %s", them->nick, ConfEntry->name.c_str()); - // Now we calculate the bitmask: 256*(256*(256*a+b)+c)+d if(result.length()) { @@ -139,17 +137,6 @@ class DNSBLResolver : public Resolver virtual void OnError(ResolverError e, const std::string &errormessage) { - /* - this just means they don't appear in the respective dnsbl - if ((them) && (them == ServerInstance->SE->GetRef(theirfd))) - { - } - */ - /* Check the user still exists */ - if ((them) && (them == ServerInstance->SE->GetRef(theirfd))) - { - ServerInstance->Log(DEBUG, "m_dnsbl: %s got an error while resolving for dnsbl %s", them->nick, ConfEntry->name.c_str()); - } } virtual ~DNSBLResolver() @@ -304,8 +291,6 @@ class ModuleDNSBL : public Module // Fill hostname with a dnsbl style host (d.c.b.a.domain.tld) std::string hostname=reversedip+"."+ (*i)->domain; - ServerInstance->Log(DEBUG, "m_dnsbl: sending %s for resolution", hostname.c_str()); - /* now we'd need to fire off lookups for `hostname'. */ bool cached; DNSBLResolver *r = new DNSBLResolver(this, ServerInstance, hostname, user, user->GetFd(), *i, cached); -- cgit v1.2.3