diff --git a/plugins/twitch/chat-message-pattern.hpp b/plugins/twitch/chat-message-pattern.hpp index 10a401ad..be0cda36 100644 --- a/plugins/twitch/chat-message-pattern.hpp +++ b/plugins/twitch/chat-message-pattern.hpp @@ -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 _properties; };