mirror of
https://github.com/inspircd/inspircd.git
synced 2025-03-09 10:39:02 -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)
|
||||
return false; // User gone.
|
||||
|
||||
params.insert(params.begin(), { cmd, target->uuid });
|
||||
params.insert(params.begin(), { target->uuid.substr(0, 3), cmd });
|
||||
cmd = "ENCAP";
|
||||
}
|
||||
return true;
|
||||
|
Loading…
x
Reference in New Issue
Block a user