1
0
mirror of https://github.com/anope/anope.git synced 2026-07-10 01:03:13 +02:00

Fix detecting if chghost/chgident is loaded on inspircd and don't send them unless they are

This commit is contained in:
Adam
2016-12-11 09:43:22 -05:00
parent 358f46b8ae
commit d092f5e7c8
-2
View File
@@ -394,8 +394,6 @@ struct IRCDMessageCapab : Message::Capab
chmodes.clear();
umodes.clear();
Servers::Capab.insert("SERVERS");
Servers::Capab.insert("CHGHOST");
Servers::Capab.insert("CHGIDENT");
Servers::Capab.insert("TOPICLOCK");
IRCD->CanSVSHold = false;
}