diff options
| author | 2019-01-25 03:45:55 +0000 | |
|---|---|---|
| committer | 2019-01-25 03:48:10 +0000 | |
| commit | 68c02578516661e1aee6c382009a93e26ad0d807 (patch) | |
| tree | 72d93c9ca24e80cac1088a68f6518134aeeebd9d /src/modules/m_spanningtree/capab.cpp | |
| parent | Remove the deprecated blockcaps module. (diff) | |
Remove support for the deprecated rfc1459 casemapping,
Closes #1017.
Diffstat (limited to 'src/modules/m_spanningtree/capab.cpp')
| -rw-r--r-- | src/modules/m_spanningtree/capab.cpp | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/src/modules/m_spanningtree/capab.cpp b/src/modules/m_spanningtree/capab.cpp index ea11a917e..200214f8c 100644 --- a/src/modules/m_spanningtree/capab.cpp +++ b/src/modules/m_spanningtree/capab.cpp @@ -77,14 +77,6 @@ std::string TreeSocket::MyModules(int filter) } } - // If we are linked in a 2.0 server and have an ascii casemapping - // advertise it as m_ascii.so from inspircd-extras - if ((filter & VF_COMMON) && ServerInstance->Config->CaseMapping == "ascii" && proto_version == 1202) - { - if (!capabilities.empty()) - capabilities += "m_ascii.so"; - } - return capabilities; } |
