mirror of
https://github.com/inspircd/inspircd.git
synced 2025-03-09 18:49:03 -04:00
Fix encapsulating SVS command parameters in the compat layer.
This commit is contained in:
parent
dd29c3481b
commit
a75a0d1600
@ -135,7 +135,7 @@ bool TreeSocket::PreProcessOldProtocolMessage(User*& who, std::string& cmd, Comm
|
|||||||
if (!target)
|
if (!target)
|
||||||
return false; // User gone.
|
return false; // User gone.
|
||||||
|
|
||||||
params.insert(params.begin(), { cmd, target->uuid });
|
params.insert(params.begin(), { target->uuid.substr(0, 3), cmd });
|
||||||
cmd = "ENCAP";
|
cmd = "ENCAP";
|
||||||
}
|
}
|
||||||
return true;
|
return true;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user