diff options
| author | 2014-07-27 18:43:30 +0200 | |
|---|---|---|
| committer | 2014-07-27 18:43:30 +0200 | |
| commit | 6089d1a685114f380cf6838dcff78bc3bb1d3bbd (patch) | |
| tree | 45d0258ac79a805865bca9a9d3bc17523d909d73 /src/modules/m_spanningtree/main.cpp | |
| parent | m_spanningtree Don't send needless BURST after introducing a server (diff) | |
m_spanningtree Remove post-handshake BURST handler
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 ce13e5d25..c135cd134 100644 --- a/src/modules/m_spanningtree/main.cpp +++ b/src/modules/m_spanningtree/main.cpp @@ -51,7 +51,7 @@ SpanningTreeCommands::SpanningTreeCommands(ModuleSpanningTree* module) away(module), addline(module), delline(module), encap(module), idle(module), nick(module), ping(module), pong(module), push(module), save(module), server(module), squit(module), snonotice(module), - burst(module), endburst(module), sinfo(module) + endburst(module), sinfo(module) { } |
