From bc51c8e4da14f405d6d6220a4453a58ebde580c6 Mon Sep 17 00:00:00 2001 From: Attila Molnar Date: Sun, 20 Jul 2014 15:05:42 +0200 Subject: m_spanningtree Remove the MAP ISUPPORT token No other servers send this token and sending it has little to no benefit --- src/modules/m_spanningtree/main.cpp | 5 ----- 1 file changed, 5 deletions(-) (limited to 'src/modules/m_spanningtree/main.cpp') 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& para return MOD_RES_DENY; } -void ModuleSpanningTree::On005Numeric(std::map& tokens) -{ - tokens["MAP"]; -} - void ModuleSpanningTree::OnUserInvite(User* source,User* dest,Channel* channel, time_t expiry) { if (IS_LOCAL(source)) -- cgit v1.3.1-10-gc9f91