diff options
| author | 2014-06-17 13:41:21 +0200 | |
|---|---|---|
| committer | 2014-06-17 13:41:21 +0200 | |
| commit | daa907cb09e394cb88737ddef9299d0c4ba5ee98 (patch) | |
| tree | af7b1f2a25a2d03c481d7dbfbc6481d874de6651 /src/modules/m_spanningtree/main.cpp | |
| parent | m_spanningtree Translate SINFO version to VERSION and vice versa for 1202 pro... (diff) | |
m_spanningtree Remove server-to-server VERSION 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 21eaaa00d..644193679 100644 --- a/src/modules/m_spanningtree/main.cpp +++ b/src/modules/m_spanningtree/main.cpp @@ -50,7 +50,7 @@ SpanningTreeCommands::SpanningTreeCommands(ModuleSpanningTree* module) fmode(module), ftopic(module), fhost(module), fident(module), fname(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), version(module), + server(module), squit(module), snonotice(module), burst(module), endburst(module), sinfo(module) { } |
