aboutsummaryrefslogtreecommitdiffstats
path: root/include/clientprotocolmsg.h
diff options
context:
space:
mode:
authorGravatar Sadie Powell2022-09-19 23:46:53 +0100
committerGravatar Sadie Powell2022-09-19 23:46:53 +0100
commit68fe8cb864bf8dd59e54a968775b998942df6e61 (patch)
tree64fc7d96616f873abe81cc856f6cdae29f720fbc /include/clientprotocolmsg.h
parentRework the snotices sent when a rehash loads/unloads a module. (diff)
parentFix 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.h1
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);