]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - include/modules.h
irc::tokenstream is a token parser which using std::string and std::vector builds...
[user/henk/code/inspircd.git] / include / modules.h
index a1d350b8f305ee77b3715d8bcd762b8c88b92926..f7b8bc53a891a256ee9e9db4a873466577fdbdef 100644 (file)
@@ -71,6 +71,7 @@ enum TargetTypeFlags {
 #include <typeinfo>
 #include "timer.h"
 #include "mode.h"
+#include "dns.h"
 
 class Server;
 class ServerConfig;
@@ -1431,6 +1432,8 @@ class Server : public Extensible
 
        virtual bool DelModeWatcher(ModeWatcher* mw);
 
+       virtual bool AddResolver(Resolver* r);
+
        /** Adds a command to the command table.
         * This allows modules to add extra commands into the command table. You must place a function within your
         * module which is is of type handlerfunc: