dgw / sopel-duel

Clone of a mIRC script that lets users duel each other
1 stars 1 forks source link

Self-duels shouldn't affect streaks #56

Closed dgw closed 3 years ago

dgw commented 4 years ago

Win/loss stats are just plain numbers, but streaks are stateful. Since a self-duel is technically both a win and a loss, attempting one (if allowed in that channel) inevitably resets the user's streak to 1.

This is…less than ideal.