1
0
mirror of https://github.com/anope/anope.git synced 2026-06-12 19:14:47 +02:00

Fix parsing mode changes from users on UnrealIRCd.

This commit is contained in:
Sadie Powell
2024-10-25 14:50:04 +01:00
parent 0cab675825
commit 8ee85efd70
+1 -1
View File
@@ -1163,7 +1163,7 @@ struct IRCDMessageMode final
auto ts = final_is_ts ? IRCD->ExtractTimestamp(params.back()) : 0;
if (c)
c->SetModesInternal(source, params[2], { params.begin() + 3, last_param }, ts);
c->SetModesInternal(source, params[1], { params.begin() + 2, last_param }, ts);
}
else
{