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

Switch SendSVSLogin to take a NickAlias.

This commit is contained in:
Sadie Powell
2021-04-27 17:31:14 +01:00
parent fd774bd52a
commit dfc8bd4aa2
6 changed files with 17 additions and 21 deletions
+1 -1
View File
@@ -261,7 +261,7 @@ class SASLService : public SASL::Service, public Timer
}
else
{
IRCD->SendSVSLogin(session->uid, nc->display, na->GetVhostIdent(), na->GetVhostHost());
IRCD->SendSVSLogin(session->uid, na);
}
this->SendMessage(session, "D", "S");
}