diff options
| author | 2013-07-20 18:15:01 +0200 | |
|---|---|---|
| committer | 2013-07-20 18:15:01 +0200 | |
| commit | 909cba9b756179bfa16d985916db1084cb7b4a9d (patch) | |
| tree | 182abd6dd3165d3b09137cc7e20c5158591df8b3 /src/modules/m_spanningtree/main.cpp | |
| parent | m_ojoin Stop hardcoding +Y, move global vars into a class, move initializatio... (diff) | |
Enable the LINK snomask from m_spanningtree, remove unused FLOOD snomask
Diffstat (limited to 'src/modules/m_spanningtree/main.cpp')
| -rw-r--r-- | src/modules/m_spanningtree/main.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/modules/m_spanningtree/main.cpp b/src/modules/m_spanningtree/main.cpp index 456d0f5aa..e4bdee879 100644 --- a/src/modules/m_spanningtree/main.cpp +++ b/src/modules/m_spanningtree/main.cpp @@ -50,6 +50,8 @@ SpanningTreeCommands::SpanningTreeCommands(ModuleSpanningTree* module) void ModuleSpanningTree::init() { + ServerInstance->SNO->EnableSnomask('l', "LINK"); + Utils = new SpanningTreeUtilities(this); commands = new SpanningTreeCommands(this); ServerInstance->Modules->AddService(commands->rconnect); |
