]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - include/inspircd.h
Introduce Server class
[user/henk/code/inspircd.git] / include / inspircd.h
index d045b347b6ddf59539a22a17d66b9cf0a989f5e8..a2815b8a536560b5fe970d94c8c30c585747aaba 100644 (file)
@@ -57,6 +57,7 @@ CoreExport extern InspIRCd* ServerInstance;
 #include "fileutils.h"
 #include "numerics.h"
 #include "uid.h"
+#include "server.h"
 #include "users.h"
 #include "channels.h"
 #include "timer.h"
@@ -621,18 +622,6 @@ class CoreExport InspIRCd
         */
        int PassCompare(Extensible* ex, const std::string &data, const std::string &input, const std::string &hashtype);
 
-       /** Check if a given server is a uline.
-        * An empty string returns true, this is by design.
-        * @param server The server to check for uline status
-        * @return True if the server is a uline OR the string is empty
-        */
-       bool ULine(const std::string& server);
-
-       /** Returns true if the uline is 'silent' (doesnt generate
-        * remote connect notices etc).
-        */
-       bool SilentULine(const std::string& server);
-
        /** Returns the full version string of this ircd
         * @return The version string
         */