mirror of
https://github.com/Chatterino/chatterino2.git
synced 2024-11-13 19:49:51 +01:00
docs: mention empty return
This commit is contained in:
parent
1f5e99cd55
commit
3ca3b63f4e
|
@ -245,7 +245,9 @@ public:
|
|||
/// not need to be the `thread`s root. If this message isn't
|
||||
/// replying to anything, this is an empty `shared_ptr`.
|
||||
///
|
||||
/// @returns The built message and a highlight result.
|
||||
/// @returns The built message and a highlight result. If the message is
|
||||
/// ignored (e.g. from a blocked user), then the returned pointer
|
||||
/// will be en empty `shared_ptr`.
|
||||
static std::pair<MessagePtrMut, HighlightAlert> makeIrcMessage(
|
||||
Channel *channel, const Communi::IrcMessage *ircMessage,
|
||||
const MessageParseArgs &args, QString content,
|
||||
|
|
Loading…
Reference in a new issue