Fix IRC colors not being applied correctly to NOTICE messages (#3383)

* Normalize NOTICE message parsing for IRC

Fixes #1782

* Add changelog entry

Co-authored-by: Felanbird <41973452+Felanbird@users.noreply.github.com>
This commit is contained in:
pajlada
2021-12-04 17:05:57 +01:00
committed by GitHub
parent 568f65213d
commit 2c695a9ac5
4 changed files with 44 additions and 17 deletions
+6
View File
@@ -30,6 +30,12 @@ public:
const MessageParseArgs &_args, QString content,
bool isAction);
/**
* @brief used for global notice messages (i.e. notice messages without a channel as its target)
**/
explicit IrcMessageBuilder(const Communi::IrcNoticeMessage *_ircMessage,
const MessageParseArgs &_args);
MessagePtr build() override;
private: