diff options
| author | 2007-01-09 00:25:18 +0000 | |
|---|---|---|
| committer | 2007-01-09 00:25:18 +0000 | |
| commit | be70931a50f23c68e055602facce5736775f3fab (patch) | |
| tree | 5ab53e604456abb30bcb06185bd09414117d4943 /src/modules/m_spanningtree.cpp | |
| parent | cmd_whowas now uses the shiny new repeating timer. (diff) | |
Cache channel max bans value to save an O(n) loop of match() on every ban (etc) add
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@6267 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'src/modules/m_spanningtree.cpp')
| -rw-r--r-- | src/modules/m_spanningtree.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/modules/m_spanningtree.cpp b/src/modules/m_spanningtree.cpp index 8fee962fa..871675ed6 100644 --- a/src/modules/m_spanningtree.cpp +++ b/src/modules/m_spanningtree.cpp @@ -5158,6 +5158,7 @@ class ModuleSpanningTree : public Module } } Utils->ReadConfiguration(false); + InitializeDisabledCommands(ServerInstance->Config->DisabledCommands, ServerInstance); } // note: the protocol does not allow direct umode +o except |
