James Lu
James Lu
It should be fine to just use what [`httpUrlRe`](https://github.com/ProgVal/Limnoria/blob/master/src/utils/web.py#L88-L90) allows, for consistency
This is probably because Supybot checks whether a string can be a nick, not a `nick@user` combination. Interesting find though.
Out of curiosity, what inFilter tricks are you applying to SedRegex?
Ah, fair enough.
Some months ago I read about microbrowsers and changing the URL snarfer's user agent to so that sites send easily parseable metadata: https://24ways.org/2019/microbrowsers-are-everywhere/ Thelounge has implemented this since https://github.com/thelounge/thelounge/pull/3602, which...
Try this: ``` patch diff --git a/plugins/AutoMode/plugin.py b/plugins/AutoMode/plugin.py index 01cf7fa..a6b7794 100644 --- a/plugins/AutoMode/plugin.py +++ b/plugins/AutoMode/plugin.py @@ -47,6 +47,7 @@ class Continue(Exception): class AutoMode(callbacks.Plugin): """This plugin, when configured, allows the bot...
~~3.6.4 has been released, so I think this can be closed now.~~ Not quite, https://github.com/python/cpython/pull/4075#issuecomment-392238187
That was what I had in mind. But should we still keep the options added in #1042 and #1161, and if so for how long?
How should the `[]` argument be handled in this case? Does it apply for the first channel, all of them, or should it also be a comma-separated list corresponding to...
This seems fairly arbitrary and I don't think it makes sense for most commands. I certainly wouldn't want commands like `echo` or `bold` for example to suddenly start stripping characters.