aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTest_User <hax@andrewyu.org>2024-07-24 03:19:31 -0400
committerTest_User <hax@andrewyu.org>2024-07-24 03:19:31 -0400
commit8571671479e1d8889d36670d1ba1b4d4d8fe68f1 (patch)
tree5209c387564545c3c16a4b9b4ef56c1b00fafbc1
parent09c0ec3bdf113dd507135237603bf0096e642172 (diff)
downloadhaxircd-8571671479e1d8889d36670d1ba1b4d4d8fe68f1.tar.gz
haxircd-8571671479e1d8889d36670d1ba1b4d4d8fe68f1.zip
This is what was intended
-rw-r--r--protocols/inspircd3.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/protocols/inspircd3.c b/protocols/inspircd3.c
index 47e880c..7457938 100644
--- a/protocols/inspircd3.c
+++ b/protocols/inspircd3.c
@@ -1730,7 +1730,7 @@ int inspircd3_protocol_handle_fjoin(struct string source, size_t argc, struct st
return 0;
inspircd3_protocol_handle_fjoin_reset_member_ids:
- for (size_t x = n; n > 0;) {
+ for (size_t x = n; x > 0;) {
x--;
struct inspircd3_protocol_specific_user *this = users[x]->protocol_specific[INSPIRCD3_PROTOCOL];
if (members[user_count + x])