summaryrefslogtreecommitdiff
path: root/src/modules/m_spanningtree/main.h
diff options
context:
space:
mode:
authorAttila Molnar <attilamolnar@hush.com>2013-12-15 13:10:33 +0100
committerAttila Molnar <attilamolnar@hush.com>2013-12-15 13:10:33 +0100
commit24fc55bbfd367bf2ef68230173ffe1cb58f744fa (patch)
tree087ca6e8040673b95ae1ab92e568a55ba453166e /src/modules/m_spanningtree/main.h
parent4b9d53b05207cca559f24e098d50c43811fcf176 (diff)
m_spanningtree Fix nick TS desync on SVSNICK
Don't accept invalid timestamps
Diffstat (limited to 'src/modules/m_spanningtree/main.h')
-rw-r--r--src/modules/m_spanningtree/main.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/modules/m_spanningtree/main.h b/src/modules/m_spanningtree/main.h
index ae6e2e602..eb17c4195 100644
--- a/src/modules/m_spanningtree/main.h
+++ b/src/modules/m_spanningtree/main.h
@@ -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();