diff options
author | Sadie Powell <sadie@witchery.services> | 2020-01-03 20:48:07 +0000 |
---|---|---|
committer | Sadie Powell <sadie@witchery.services> | 2020-01-03 21:01:52 +0000 |
commit | a9e8e1f03ace24e9dcb50299f8e66c5fd6b42850 (patch) | |
tree | 4396a3cf211c68b5739afa2c67ba856739dccf1f /src/modules/m_spanningtree/main.cpp | |
parent | 45eff275cbc942a9b16f55367e6d5bd2bbfad2e0 (diff) |
Add an event provider class for the event/messagetag event.
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 59d349d39..8a9bcfa66 100644 --- a/src/modules/m_spanningtree/main.cpp +++ b/src/modules/m_spanningtree/main.cpp @@ -51,7 +51,7 @@ ModuleSpanningTree::ModuleSpanningTree() , sslapi(this) , servicetag(this) , DNS(this, "DNS") - , tagevprov(this, "event/messagetag") + , tagevprov(this) , loopCall(false) { } |