]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - include/modules/dns.h
Remove unused ProtocolInterface::SendTopic()
[user/henk/code/inspircd.git] / include / modules / dns.h
index ea443e343537330e13e83b460815d6c9b1d66dda..1ba54cc616375fcfed8d4d26b75b25607b617d77 100644 (file)
@@ -57,6 +57,7 @@ namespace DNS
                ERROR_UNKNOWN,
                ERROR_UNLOADED,
                ERROR_TIMEDOUT,
+               ERROR_MALFORMED,
                ERROR_NOT_AN_ANSWER,
                ERROR_NONSTANDARD_QUERY,
                ERROR_FORMAT_ERROR,
@@ -155,7 +156,6 @@ namespace DNS
                        , id(0)
                        , creator(mod)
                {
-                       ServerInstance->Timers.AddTimer(this);
                }
 
                virtual ~Request()