summaryrefslogtreecommitdiff
path: root/src/modules/m_spanningtree/main.cpp
diff options
context:
space:
mode:
authorAttila Molnar <attilamolnar@hush.com>2014-07-20 15:05:42 +0200
committerAttila Molnar <attilamolnar@hush.com>2014-07-20 15:05:42 +0200
commitbc51c8e4da14f405d6d6220a4453a58ebde580c6 (patch)
tree4e04533a373f05ed12d30ca87ad5ddb94fb4b7f2 /src/modules/m_spanningtree/main.cpp
parent3d0fa60ba524ce1af8056f86a126aa506f97261b (diff)
m_spanningtree Remove the MAP ISUPPORT token
No other servers send this token and sending it has little to no benefit
Diffstat (limited to 'src/modules/m_spanningtree/main.cpp')
-rw-r--r--src/modules/m_spanningtree/main.cpp5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/modules/m_spanningtree/main.cpp b/src/modules/m_spanningtree/main.cpp
index 8a1aed08f..a17fb203c 100644
--- a/src/modules/m_spanningtree/main.cpp
+++ b/src/modules/m_spanningtree/main.cpp
@@ -421,11 +421,6 @@ ModResult ModuleSpanningTree::HandleConnect(const std::vector<std::string>& para
return MOD_RES_DENY;
}
-void ModuleSpanningTree::On005Numeric(std::map<std::string, std::string>& tokens)
-{
- tokens["MAP"];
-}
-
void ModuleSpanningTree::OnUserInvite(User* source,User* dest,Channel* channel, time_t expiry)
{
if (IS_LOCAL(source))