]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - src/modules/m_spanningtree/main.h
Make the maximum hostname length configurable in the config.
[user/henk/code/inspircd.git] / src / modules / m_spanningtree / main.h
index 12667aebf0b4d494508eb0e618766168ac583937..513e86a2f2b97967a5f4cc9657b61ad3a0083c71 100644 (file)
@@ -77,11 +77,6 @@ class ModuleSpanningTree : public Module
         */
        bool SplitInProgress;
 
-       /** If true OnUserPostNick() won't update the nick TS before sending the NICK,
-        * used when handling SVSNICK.
-        */
-       bool KeepNickTS;
-
        /** Constructor
         */
        ModuleSpanningTree();