Match any Twitch chat message by default

This commit is contained in:
WarmUpTill
2024-10-04 18:55:39 +02:00
committed by WarmUpTill
parent 140dc9c6f4
commit a4970b1b07

View File

@@ -45,8 +45,8 @@ public:
bool Matches(const IRCMessage &) const;
StringVariable _message;
RegexConfig _regex = RegexConfig::PartialMatchRegexConfig();
StringVariable _message = ".*";
RegexConfig _regex = RegexConfig::PartialMatchRegexConfig(true);
std::vector<ChatMessageProperty> _properties;
};