]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - src/modules/m_spanningtree/treeserver.h
Send SVSNICKs during nick collision to prevent servers that do not fully implement...
[user/henk/code/inspircd.git] / src / modules / m_spanningtree / treeserver.h
index fea17b7d2e97c6097b246d765359776689f286fd..07e586c6246f3eef96058b0f012cdc11d3682c93 100644 (file)
@@ -44,7 +44,6 @@ class TreeServer : public classbase
        bool LastPingWasGood;                   /* True if the server responded to the last PING with a PONG */
        SpanningTreeUtilities* Utils;           /* Utility class */
        std::string sid;                        /* Server ID */
-       bool DupError;                          /* True if the server ID is duplicated (!) */
 
        /** Set server ID
         * @param id Server ID
@@ -194,10 +193,6 @@ class TreeServer : public classbase
         */
        std::string& GetID();
 
-       /** True on duplicate server ID (server not usable)
-        */
-       bool DuplicateID();
-
        /** Marks a server as having finished bursting and performs appropriate actions.
         */
        void FinishBurst();