mirror of
https://github.com/anope/anope.git
synced 2026-06-30 10:56:38 +02:00
Get rid of the remaining references in the core to specific services. Move more stuff out of the core to the proper modules.
This commit is contained in:
@@ -150,7 +150,7 @@ class ngIRCdProto : public IRCDProto
|
||||
UplinkSocket::Message(Me) << "METADATA " << u->nick << " cloakhost :" << vhost;
|
||||
if (!u->HasMode("CLOAK"))
|
||||
{
|
||||
u->SetMode(HostServ, "CLOAK");
|
||||
u->SetMode(Config->GetClient("HostServ"), "CLOAK");
|
||||
ModeManager::ProcessModes();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user