J-Rios / TLG_JoinCaptchaBot

Telegram Bot to verify if users joining a group are human. The Bot sends an image captcha for each new user and kicks any of them who can't solve the captcha in a specified time.
GNU General Public License v3.0
516 stars 217 forks source link

Add button-only challenge mode, update en.json with relevant strings, make other languages fallback on English strings #62

Closed kuvam closed 3 years ago

kuvam commented 3 years ago

Written pursuant to discussion with @J-Rios on Aug 21.

Not tested.

J-Rios commented 3 years ago

Seems ok, I see a small variable name typo that cause an undefined variable in button_request_pass() function (usr_id vs user_id), but nothing to worry about. I'm going to merge it, fix that, test it and update current Bot with this new functionality.

Nice job, thanks! :)