1
0
mirror of https://github.com/anope/anope.git synced 2026-06-27 08:26:38 +02:00

Merge branch '2.0' into 2.1.

This commit is contained in:
Sadie Powell
2023-02-19 11:18:36 +00:00
17 changed files with 579 additions and 25124 deletions
+5
View File
@@ -407,6 +407,11 @@ class UnrealIRCdProto : public IRCDProto
{
distmask = uid.substr(0, p);
}
if (!na->GetVhostIdent().empty())
UplinkSocket::Message(Me) << "CHGIDENT " << uid << " " << na->GetVhostIdent();
if (!na->GetVhostHost().empty())
UplinkSocket::Message(Me) << "CHGHOST " << uid << " " << na->GetVhostHost();
UplinkSocket::Message(Me) << "SVSLOGIN " << distmask << " " << uid << " " << na->nc->display;
}