mirror of
https://github.com/WarmUpTill/SceneSwitcher.git
synced 2026-08-27 19:56:07 -05:00
Match any Twitch chat message by default
This commit is contained in:
@@ -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;
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user