-
-
Notifications
You must be signed in to change notification settings - Fork 234
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
improve: remove bot protection macro #1037
Conversation
3d800af
to
57903cc
Compare
@kokekanon Can you test it? |
72da873
to
8d9d14d
Compare
From my side, yeah. Rebased with master branch and is good to go. |
I don't use bot much, but this is important in vbot4.8. expected result |
Alright, I can add it back. |
Quality Gate passedIssues Measures |
Description
This macro does very poor job at blocking any bot activity and additionally it also blocks some internal lua calls (for example #1028 doesn't work, because of this macro).
It basically just checks the stacktrace of a method and checks if it comes from lua.
Type of change
Please delete options that are not relevant.
Checklist