AnuraNet / AnuraBot

The Teamspeak Bot for the Anura network
MIT License
5 stars 0 forks source link

Not all users get the groups when adding new timegroups #3

Closed kaenganxt closed 6 years ago

kaenganxt commented 6 years ago

I added a time group with 0 seconds as the minimum time to have a default group.

One member of the total ten connected clients didn't have the group after that.

He had the exactly same groups as another user in the same channel.

lukbukkit commented 6 years ago

It could be caused by the fact that he talked very often and because of the fixed issues no time was recorded for him and the group check wanted he time difference to be greater than 0. It could also be caused by an error in te listen function in the TimeGroups class. I'll look into this too

lukbukkit commented 6 years ago

The group check was once again improved in the commit 91e5c7f, so this should work way better than before. If such issues still occurss just reopen this issue.