diff options
author | Attila Molnar <attilamolnar@hush.com> | 2014-06-17 13:41:21 +0200 |
---|---|---|
committer | Attila Molnar <attilamolnar@hush.com> | 2014-06-17 13:41:21 +0200 |
commit | daa907cb09e394cb88737ddef9299d0c4ba5ee98 (patch) | |
tree | af7b1f2a25a2d03c481d7dbfbc6481d874de6651 /src/modules/m_spanningtree/main.cpp | |
parent | c3aa3125dd016c7952d9f9d4279ed7a5b3f542ec (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) { } |