diff options
| author | 2022-09-19 23:46:53 +0100 | |
|---|---|---|
| committer | 2022-09-19 23:46:53 +0100 | |
| commit | 68fe8cb864bf8dd59e54a968775b998942df6e61 (patch) | |
| tree | 64fc7d96616f873abe81cc856f6cdae29f720fbc /include/clientprotocolmsg.h | |
| parent | Rework the snotices sent when a rehash loads/unloads a module. (diff) | |
| parent | Fix forwarding tags when sending a numeric to a remote user. (diff) | |
Merge branch 'insp3' into master.
Diffstat (limited to 'include/clientprotocolmsg.h')
| -rw-r--r-- | include/clientprotocolmsg.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/clientprotocolmsg.h b/include/clientprotocolmsg.h index 22a462b63..30dca847d 100644 --- a/include/clientprotocolmsg.h +++ b/include/clientprotocolmsg.h @@ -58,6 +58,7 @@ class ClientProtocol::Messages::Numeric void InitFromNumeric(const ::Numeric::Numeric& numeric) { + AddTags(numeric.GetParams().GetTags()); InitCommand(numeric.GetNumeric()); for (const auto& param : numeric.GetParams()) PushParamRef(param); |
