aboutsummaryrefslogtreecommitdiff
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 987c14415..1962674af 100644
--- a/include/clientprotocolmsg.h
+++ b/include/clientprotocolmsg.h
@@ -57,6 +57,7 @@ class ClientProtocol::Messages::Numeric : public ClientProtocol::Message
void InitFromNumeric(const ::Numeric::Numeric& numeric)
{
+ AddTags(numeric.GetParams().GetTags());
InitCommand(numeric.GetNumeric());
for (std::vector<std::string>::const_iterator i = numeric.GetParams().begin(); i != numeric.GetParams().end(); ++i)
PushParamRef(*i);