asetalias / amibot-tg

Amibot on steroids: A Telegram bot for Amizone, powered by the go-amizone API!
MIT License
8 stars 7 forks source link

invalid MAC during wifi registertion #79

Closed SudoSu-bham closed 11 months ago

SudoSu-bham commented 11 months ago

hacktoberfest issue resolved #74

The register wifi handler was comparing the length of user response args with 3 while it should compare with 2, since the user has two provide only 2 arguments {MAC} {TRUE/FALSE}.