mirror of
https://github.com/unrealircd/unrealircd.git
synced 2026-07-05 18:53:12 +02:00
parc wasn't decreased in a mode cutoff routine.
This commit is contained in:
@@ -388,7 +388,7 @@ int parc = *parc_out;
|
||||
if (match("*!*@*", parv[i]))
|
||||
len -= 4; /* must adjust accordingly.. */
|
||||
parv[i] = NULL;
|
||||
*parc_out--;
|
||||
(*parc_out)--;
|
||||
if (len < 510)
|
||||
break;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user