10-10-2018, 10:37 PM
(This post was last modified: 10-10-2018, 11:19 PM by MegaNo0body.)
Sorry for waiting this solution.
Get problems in regex script and because that script dont work...
Updated Script:
[macro]1 {Anti Bot Responder} Str.Set(AntiBotMessagePattern, ^.*?\\[Sistema Anti-Bot\\].*\(?
equencia: \)\(.*?\)\\s.*$) When.AnyMessage(WhenReceivedAntiBotMessage, !AntiBotMessagePattern) Exit()
Comment(Testing tip, only after Message.Text is set) Str.Regex(AntiBotMessagePattern, Message.Text) Exit()
{WhenReceivedAntiBotMessage} Self.Say(\!r !Str.Match.1)[/macro]
Get problems in regex script and because that script dont work...
Updated Script:
[macro]1 {Anti Bot Responder} Str.Set(AntiBotMessagePattern, ^.*?\\[Sistema Anti-Bot\\].*\(?

Comment(Testing tip, only after Message.Text is set) Str.Regex(AntiBotMessagePattern, Message.Text) Exit()
{WhenReceivedAntiBotMessage} Self.Say(\!r !Str.Match.1)[/macro]