mirror of
https://github.com/TeamPGM/PagerMaid_Plugins_Pyro.git
synced 2024-11-22 12:15:38 +00:00
🐛 PMC - Fix bug down below (again)
This commit is contained in:
parent
6d0a31e0c6
commit
f58aa08e81
@ -72,7 +72,7 @@
|
||||
},
|
||||
{
|
||||
"name": "pmcaptcha",
|
||||
"version": "2.102",
|
||||
"version": "2.103",
|
||||
"section": "chat",
|
||||
"maintainer": "cloudreflection,01101sam",
|
||||
"size": "54.6 kb",
|
||||
|
@ -2382,6 +2382,7 @@ if __name__ == "plugins.pmcaptcha":
|
||||
# Force restarts for old PMCaptcha
|
||||
globals().get("SubCommand") and exit(0)
|
||||
# Flood Username confirm
|
||||
user_want_set_flood_username = None
|
||||
console = logs.getChild(cmd_name)
|
||||
captcha_challenges = {
|
||||
"math": MathChallenge,
|
||||
|
Loading…
Reference in New Issue
Block a user