X-Git-Url: https://git.pterodactylus.net/?a=blobdiff_plain;f=include%2Fmessage.h;h=5aed3edee91553a070ec780d0107ef88bdc49f8e;hb=e773b0ecb8a35c67cde5b2e82bbebb05224f34d0;hp=eda6752a6eba489d15e42d6f0ead8254ad81a2d7;hpb=b4f4686250878cdf4fcb2986a2ea6546cba867d1;p=fms.git diff --git a/include/message.h b/include/message.h index eda6752..5aed3ed 100644 --- a/include/message.h +++ b/include/message.h @@ -22,6 +22,8 @@ public: std::vector GetBoards() const { return m_boards; } std::map GetInReplyTo() const { return m_inreplyto; } + void SetFromName(const std::string &fromname) { m_fromname=fromname; } + const std::string GetNNTPHeaders() const; const std::string GetNNTPArticleID() const; const std::string GetNNTPBody() const;