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