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