diff options
Diffstat (limited to 'src/modules/m_spanningtree/main.h')
| -rw-r--r-- | src/modules/m_spanningtree/main.h | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/src/modules/m_spanningtree/main.h b/src/modules/m_spanningtree/main.h index 07b0762e5..8b1f8e72f 100644 --- a/src/modules/m_spanningtree/main.h +++ b/src/modules/m_spanningtree/main.h @@ -24,8 +24,9 @@ #pragma once #include "inspircd.h" - #include "modules/dns.h" +#include "servercommand.h" + /** If you make a change which breaks the protocol, increment this. * If you completely change the protocol, completely change the number. * @@ -57,6 +58,8 @@ class ModuleSpanningTree : public Module public: dynamic_reference<DNS::Manager> DNS; + ServerCommandManager CmdManager; + /** Set to true if inside a spanningtree call, to prevent sending * xlines and other things back to their source */ |
