mirror of
https://github.com/inspircd/inspircd.git
synced 2025-03-12 20:19:02 -04:00
Fix linker error when linking spanningtree caused by 56cae0f3a484cbcb20569b68917f1810a0c2f4a4
This commit is contained in:
parent
1cb05553e2
commit
65155ef5c5
@ -32,9 +32,6 @@ std::string TreeSocket::MyModules(int filter)
|
||||
{
|
||||
std::vector<std::string> modlist = ServerInstance->Modules->GetAllModuleNames(filter);
|
||||
|
||||
if (filter == VF_COMMON && proto_version != ProtocolVersion)
|
||||
CompatAddModules(modlist);
|
||||
|
||||
std::string capabilities;
|
||||
sort(modlist.begin(),modlist.end());
|
||||
for (std::vector<std::string>::const_iterator i = modlist.begin(); i != modlist.end(); ++i)
|
||||
|
@ -186,9 +186,6 @@ class TreeSocket : public BufferedSocket
|
||||
*/
|
||||
void SendCapabilities(int phase);
|
||||
|
||||
/** Add modules to VF_COMMON list for backwards compatability */
|
||||
void CompatAddModules(std::vector<std::string>& modlist);
|
||||
|
||||
/* Isolate and return the elements that are different between two lists */
|
||||
void ListDifference(const std::string &one, const std::string &two, char sep,
|
||||
std::string& mleft, std::string& mright);
|
||||
|
Loading…
x
Reference in New Issue
Block a user