mirror of
https://github.com/pissnet/pissircd.git
synced 2025-08-10 20:21:36 +01:00
Merge branch 'unrealircd:unreal52' into pissnet
This commit is contained in:
commit
fad24ca559
1 changed files with 1 additions and 1 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue