Merge branch 'unrealircd:unreal52' into pissnet

This commit is contained in:
angryce 2021-07-15 17:07:31 +02:00 committed by GitHub
commit fad24ca559
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -100,7 +100,7 @@ CMD_FUNC(cmd_svslogin)
{
Client *target;
if (!SASL_SERVER || MyUser(client) || (parc < 3) || !parv[3])
if (MyUser(client) || (parc < 3) || !parv[3])
return;
/* We actually ignore parv[1] since this is a broadcast message.