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:
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user