1
0
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:
Bram Matthys
2015-07-25 18:29:31 +02:00
parent fd3057a462
commit ec504a2e49
+1 -1
View File
@@ -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;
}