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:
@@ -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
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user