dgw / sopel-BombBot

Customized version of a custom version of a bomb module for Sopel
2 stars 1 forks source link

Catch KeyError when checking kick privileges #47

Closed dgw closed 6 years ago

dgw commented 6 years ago

Without this, it was possible for a user to leave the channel, have their bomb explode, and then be unbombable when they came back because the exception halted execution before the bomb was removed from the BOMBS dict.

Fixes #46