]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - src/modules/m_spanningtree/utils.h
Also synchronise the prefix rank between servers.
[user/henk/code/inspircd.git] / src / modules / m_spanningtree / utils.h
index 495b0941401fe4c1a869e4354adc68d3029f05c4..e83e1c8390a4ad0f1d08c417cb7f12435e9faa76 100644 (file)
@@ -57,6 +57,11 @@ class SpanningTreeUtilities : public classbase
        /** Flatten links and /MAP for non-opers
         */
        bool FlatLinks;
+
+       /** True if we're going to hide netsplits as *.net *.split for non-opers
+        */
+       bool HideSplits;
+
        /** Hide U-Lined servers in /MAP and /LINKS
         */
        bool HideULines;