diff options
| author | 2013-07-19 13:55:02 +0200 | |
|---|---|---|
| committer | 2013-08-25 13:41:36 +0200 | |
| commit | 61d586b1a3ad689669f6dcdc285b0d021ca814bd (patch) | |
| tree | 328d3148a653932445a2f8488500852b1e812e52 /src/modules/m_spanningtree/main.cpp | |
| parent | Merge pull request #616 from ShutterQuick/inspircd+chanhistbot (diff) | |
Clean up the protocol interface
Diffstat (limited to 'src/modules/m_spanningtree/main.cpp')
| -rw-r--r-- | src/modules/m_spanningtree/main.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/modules/m_spanningtree/main.cpp b/src/modules/m_spanningtree/main.cpp index 169a5cd90..57fe2090c 100644 --- a/src/modules/m_spanningtree/main.cpp +++ b/src/modules/m_spanningtree/main.cpp @@ -64,7 +64,7 @@ void ModuleSpanningTree::init() ServerInstance->Modules->AddService(commands->map); delete ServerInstance->PI; - ServerInstance->PI = new SpanningTreeProtocolInterface(Utils); + ServerInstance->PI = new SpanningTreeProtocolInterface; loopCall = false; // update our local user count |
