sopel-irc / sopel

:robot::speech_balloon: An easy-to-use and highly extensible IRC Bot framework. Formerly Willie.
https://sopel.chat
Other
951 stars 405 forks source link

plugins: avoid crash on broken symlink #2545

Closed SnoopJ closed 8 months ago

SnoopJ commented 8 months ago

Description

This changeset adds a check that a plugin file actually exists on disk before it is added to the list of known plugins.

Closes #2269.

Checklist