]> jfr.im git - irc/unrealircd/unrealircd.git/commit
Remove client->local->next_nick_allowed which is unused nowadays.
authorBram Matthys <redacted>
Mon, 2 Oct 2023 12:26:01 +0000 (14:26 +0200)
committerBram Matthys <redacted>
Mon, 2 Oct 2023 12:26:01 +0000 (14:26 +0200)
commit87295deb67a41ce68365b38ca41a6fca44c38f12
treea627436a0939fdbf682d14a077925cce4fb28277
parentf2216fc6c1f8f636bee3f0aa6d4ee52c11722a14
Remove client->local->next_nick_allowed which is unused nowadays.
It was moved to the generic anti-flood framework which is
FloodCounter flood[MAXFLOODOPTIONS];
include/struct.h
src/ircd.c