diff options
| author | 2014-07-20 15:05:42 +0200 | |
|---|---|---|
| committer | 2014-07-20 15:05:42 +0200 | |
| commit | bc51c8e4da14f405d6d6220a4453a58ebde580c6 (patch) | |
| tree | 4e04533a373f05ed12d30ca87ad5ddb94fb4b7f2 /src/modules/m_spanningtree/main.cpp | |
| parent | Say "SSL certificate fingerprint" instead of "SSL fingerprint" everywhere (diff) | |
| download | inspircd++-bc51c8e4da14f405d6d6220a4453a58ebde580c6.tar.gz inspircd++-bc51c8e4da14f405d6d6220a4453a58ebde580c6.tar.bz2 inspircd++-bc51c8e4da14f405d6d6220a4453a58ebde580c6.zip | |
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.cpp | 5 |
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)) |
