cottongin
cottongin
While writing my own plugin that featured an `update` command I ran into this since Sopel will run all commands matching a defined command name/alias. I should think running any...
With Python2 EOL approaching and [deprecation warnings](https://github.com/ProgVal/Limnoria/commit/46935370557937f1c2c91234b18e2beac3276e94) added to Limnoria, I thought having one place to keep track of any incompatible third-party plugins would keep things easier to find and...
Some further refactoring likely needs to take place here; see something like [this from base Limnoria's Web implementation](https://github.com/progval/Limnoria/blob/master/plugins/Web/plugin.py#L112-L131)
As currently implemented, ANY show that adds BoostBot to their splits gets to use BoostBot's functionality but there's currently no "filter" for the IRC module, meaning ANY channel the bot...
This probably needs at least a little bit of thought and/or user options, but it would be nice to be able to replay any "missed" boostagrams due to the bot...
Most/all properly formatted IANA timezones work fine, however there appear to be several shortcuts coded into pendulum, for example: EST, MST, CST (curiously not PST). The DST equivalents do not...