Currently, the raid-module is not keeping track when someone joins a raid, only if someone is raiding or not. If you want to implement this, you will need to alter the database-scheme or keep track of the joining in memory (which is by far the better choice as the raid will be canceled once the bot restarts anyway). You might want to add a variable $joined to the module and update it everyone $user is updated, too. Are you into bot-coding or would you need help with that? If people want, I can implement that feature and post a patch / patched file:)
- Pigtail