Chatterino
|
MessagePredicate checking whether a link exists in the message. More...
#include <LinkPredicate.hpp>
Public Member Functions | |
LinkPredicate () | |
bool | appliesTo (const Message &message) |
Checks whether the message contains a link. More... | |
MessagePredicate checking whether a link exists in the message.
This predicate will only allow messages that contain a link.
chatterino::LinkPredicate::LinkPredicate | ( | ) |
|
virtual |
Checks whether the message contains a link.
message | the message to check |
Implements chatterino::MessagePredicate.