sopel-irc / sopel-github

GitHub plugin for Sopel
Other
3 stars 13 forks source link

github: add config & logic to skip too-short inline issue numbers #137

Closed dgw closed 4 months ago

dgw commented 4 months ago

Resolve #131, including a new config setting to override the mitigation if so desired.

The new config value is intentionally omitted from configure(), since for most users the default will be fine and it would be more confusing to try to explain the setting's purpose in a one-line prompt.

As it says in #131, a per-channel option might be helpful in the long term. But like I wrote in #136, more granular/nuanced controls for things will be easier to do after the plugin is de-spaghettified (long overdue work).