lykoss / lykos

Werewolf, the popular detective/social party game (a theme of Mafia)
https://werewolf.chat
Other
127 stars 62 forks source link

Allow multiple thresholds for !pingif #363

Closed Vgr255 closed 6 years ago

Vgr255 commented 6 years ago

Removed var.PINGED_ALREADY and var.PINGED_ALREADY_ACCS as that wouldn't work with multiple thresholds. Instead replaced it by var.LAST_PING which keeps track of when the last ping was sent.

This required a DB schema upgrade, to coerce the pingif field from INTEGER to TEXT. It is now a comma-separated list of integers.