From 6d715e128f9cea6c25cc57dc23c1bccdbbfda475 Mon Sep 17 00:00:00 2001 From: danieldg Date: Thu, 1 Oct 2009 03:37:40 +0000 Subject: Change SWHOIS to OPTCOMMON, remove m_operinvex git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11789 e03df62e-2008-0410-955e-edbf42e46eb7 --- src/modules/m_spanningtree/compat.cpp | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/modules/m_spanningtree/compat.cpp') diff --git a/src/modules/m_spanningtree/compat.cpp b/src/modules/m_spanningtree/compat.cpp index 3724319b7..6d804aa71 100644 --- a/src/modules/m_spanningtree/compat.cpp +++ b/src/modules/m_spanningtree/compat.cpp @@ -25,6 +25,7 @@ static const char* const forge_common_1201[] = { "m_sapart.so", "m_saquit.so", "m_setident.so", + "m_swhois.so", }; static std::string wide_newline("\r\n"); @@ -40,6 +41,9 @@ void TreeSocket::CompatAddModules(std::vector& modlist) if (ServerInstance->Modules->Find(forge_common_1201[i])) modlist.push_back(forge_common_1201[i]); } + // module was merged + if (ServerInstance->Modules->Find("m_operchans.so")) + modlist.push_back("m_operinvex.so"); } } -- cgit v1.3.1-10-gc9f91