dgw
dgw
I thought up a workaround, using a plugin to add any of the `prefix:` strings you might use as allowed protocols so YOURLS would allow shortening them. That part works...
[`sopel-search`](https://pypi.org/project/sopel-search/) has been published and installed on our official Sopel instance; #2613 should handle everything we need related to this, once some type-checking shenanigans are handled by #2614. (Man, you...
#2642 merged, taking care of the main impetus for this. Further efforts to be left for 8.1; re-milestoned accordingly.
Yes, I see your newly pushed updates. I can't spend a ton of time reviewing this today or I'll feel guilty about neglecting $work and might miss a deadline. 😩...
https://github.com/alexwohlbruck/cat-facts/issues/187#issuecomment-2973245091
Ramping up to 8.0.1 soon, don't see why this should be held back for 8.1.
#18 merged; the 2024.12.19 release has been updated with the assets. This seems to be resolved now.
I haven't assigned a milestone yet, because it's not immediately clear to me what the best approach is. Clearly this is a Bug, and should be fixed, so it's natural...
Remembered this and finally tested it: ```py @plugin.command('nullme') @plugin.require_admin("Sorry, I can't let you do that.", reply=True) @plugin.output_prefix('[NULL] ') def null(bot, trigger): """Send a message containing null, for testing.""" bot.say("Null\x00byte!") ```...
Yes, it's live. I was just now poking at the API (to see if I'd like to replace a different API with this one).