gluxon / phpwolf

The popular Werewolf game (variant of Mafia) powered by a PHP IRC bot
GNU General Public License v3.0
12 stars 7 forks source link

Mechanism for idle users to be dropped #46

Open Snuupy opened 11 years ago

Snuupy commented 11 years ago

Instead of an idle timer, what do you think about having other players typing !drop , and then giving them a set amount of time to respond before being dropped from the game? Sometimes, users are idle, but aren't afk. This combats that problem where the user is at the comp, bus misses the ping/highlight.

User 1: !drop User2

User2: You have 30 seconds to say !here before you're dropped from the game. User2: !here OR User1: !drop User2 User2: You have 30 seconds to say !here before you're dropped from the game. User2 has been dropped from the game. He/she was a villager.
JXPheonix commented 11 years ago

+1 by me. I might try to incorporate this in a pull request.

arshem commented 10 years ago

Working on this right now