-
Notifications
You must be signed in to change notification settings - Fork 7
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
limitation period #164
Comments
Did you used |
No. Automatic restriction for new chat participants is used. Can we switch to Russian? 😁 |
ecasbot.json "bantime": 86400, |
OK.
Если никнейм пользователя набирает больше баллов, чем указано в nickgoal, делённое на 2, то его аккаунт ограничивается на 366 дней (максимум для Telegram Bot API). Т.е. можно просто |
В консоли ник набрал 50 баллов nickgoal был выставлен на 100, по вашему совету увеличу значение в 2 раза. А дальше посмотрим. Спасибо Просто странно, что даже по логу ник набрал 50/100 баллов и ушел в максимальную блокировку по сроку |
Там алгоритм такой: если аккаунт набирает полный |
Спасибо. Так же заметил, что бот не регистрирует отправленные команды от имени чата, как админа. То есть если админ анонимен, то команды /mute и прочее не работают для него. |
Логично ибо через Telegram Bot API нельзя определить администратора, который инициировал данное действие. Это можно достаточно легко исправить если в функцию проверки действий добавить и собственный ID чата, но нужно проверить для начала не будет ли это являться угрозой безопасности. Создал новый тикет #165 по данной проблеме. |
Problem details
It happens that the bot incorrectly sets other dates. in the config file, a period of 1 day is set, and it blocks for 1 year, forever, and so on. Is it possible to set an additional check for the limitation period?
Steps to reproduce
1 entering the chat of a new member
2 imposition by the bot of an incorrect period for blocking actions
Expected behavior
There should have been a 1 day limit.
Actual behavior
The screenshot has a 365 day limit.
Project version
1.7.0
Platform
Microsoft Windows
OS version
Windows 10
Python version
.Exe
Installation type
EXE installer
Logs
No response
The text was updated successfully, but these errors were encountered: