-
By default, this plugin enables _all_ events, which can be spammy for active projects. Even projects with minimal activity might not want all supported events sent to IRC.
For example, we've config…
-
`url.py` uses both `bot.search_url_callbacks()` and `bot.rules.check_url_callback()` to see if a URL has been handled by another plugin.
These functions ignoring `config[channel].disable_commands` …
-
I have a custom sopel module that I wrote and am using this container to run sopel.
When I restart the container, it tries to re-install my package that I have specified in EXTRA_PYPI_PACKAGES=sopel-…
hemna updated
4 years ago
-
I was thinking about adding support for `trigger.account` to some of my plugins, and realized that at least some IRCd implementations will likely have separate namespaces for nicknames and accounts. S…
-
Enough modules define a structured set of subcommands and positional arguments that it might make the code a bit more streamlined to support giving plugins a parsed version of the command args. (Think…
-
When installing a package that still has `setup.py` and `setup.cfg`, like the projects this template generates, `pip` or `setuptools` (can't be bothered to track down which) complains that a `setup.py…
-
This is solely a limitation of how the plugin management stuff works. Specifically, when it is called during the bot's lifecycle.
Especially with our shiny new plugin machinery (#1479 and friends),…
-
It's "good practice" to use `python3 -m` in many cases, and Sopel works just fine if _started_ using `python3 -m sopel.cli.run`. Yet, trying to restart it fails using `python3 -m sopel.cli.run restart…
-
`find_updates` does a decent job checking if Sopel can be updated, and informs the bot admin.
The idea is to check plugins for available updates as well, and maybe output to a pastebin a list of th…
-
There are 2 options to install Jenkins plugins.
1. Manually via the [Jenkins Plugin UI](http://jenkins.meta.logsearch.io/pluginManager/)
2. As part of the jenkins package in the boshrelease - (eg: […