diff --git a/plugins/command-prompt.cpp b/plugins/command-prompt.cpp index a5903f2b3..5e84db831 100644 --- a/plugins/command-prompt.cpp +++ b/plugins/command-prompt.cpp @@ -62,7 +62,7 @@ public: std::string part; while (std::getline(ss, part)) { - responses.push_back(std::make_pair(v, part)); + responses.push_back(std::make_pair(v, part + '\n')); } } protected: