aboutsummaryrefslogtreecommitdiffstats
path: root/include/clientprotocolmsg.h
diff options
context:
space:
mode:
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);