]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - src/modules/m_spanningtree/main.h
m_spanningtree Fix nick TS desync on SVSNICK
[user/henk/code/inspircd.git] / src / modules / m_spanningtree / main.h
index ae6e2e602d1b08432598665773bccf4078f3ff0a..eb17c4195fe8bc6b42823202d9ed891da5792ca5 100644 (file)
@@ -63,6 +63,11 @@ class ModuleSpanningTree : public Module
         */
        bool loopCall;
 
+       /** If true OnUserPostNick() won't update the nick TS before sending the NICK,
+        * used when handling SVSNICK.
+        */
+       bool KeepNickTS;
+
        /** Constructor
         */
        ModuleSpanningTree();