sentanos / roblox-bots

This project is no longer maintained, please consider this instead: https://github.com/sentanos/roblox-js-server
17 stars 28 forks source link

Join Request Bot doesn't accept user specified #15

Closed SparkleOff closed 8 years ago

SparkleOff commented 8 years ago

It doesn't accept the specified user through the function. It only accepts the first person that sent the request out of all the others.

How i use the function: handleJoinRequest($cookie,224398,"Bots","Accept");

(put random stuff in the fields to show just i how use the function.)

sentanos commented 8 years ago

The issue is related to yet another pointless change in ROBLOX's group admin API. I don't have time to adjust the PHP script right now but I will do so as soon as possible.

SparkleOff commented 8 years ago

Alright thanks and keep me updated on it if you can!

AdamsBlack commented 8 years ago

Any updates?

sentanos commented 8 years ago

Sorry, I kind of forgot about this, I'll work on it soon.

sentanos commented 8 years ago

Fixed in Commit 8c7a8a2, sorry I didn't do this sooner.

AdamsBlack commented 8 years ago

Thanks :)