James Lu
James Lu
Replying more specifically to https://github.com/ircv3/ircv3-specifications/pull/417#issuecomment-640178893: > I really like the idea, but I have a few questions/concerns: > > 1. What is the meaning of nickname separators? Where should a...
> I’m not comfortable at all with the relay nick being fully spoofed into the source. Clients seeing messages from nicks that aren’t actually on the network would be an...
I know that spoofed nicks aren't standards compliant, but I'd just like to point out that reserved nick characters are something I've used in production for 5+ years now, and...
FWIW the config option takes a list of prefixes, not a regexp in its current state https://github.com/ProgVal/Limnoria/blob/master/plugins/Web/config.py#L76-L80
From what I and @ProgVal discussed earlier it might be beneficial to have a common search API for Limnoria within utils, so plugins [wanting](https://github.com/GLolol/SupyPlugins/blob/5ba2d462738ebf4199a24ba5156b357cbcfbecba/LastFM/plugin.py#L173-L188) [search](https://github.com/ProgVal/Supybot-plugins/blob/e8ecfd0705b23f5283e07954ab6fc89f63d63e15/AutoTrans/plugin.py#L66-L69) [functionality](https://github.com/ddan39/Supybot-IMDb/commit/a2d5eab2c8c8dafb4fba536c1e5b203e21bcbff9) can use whatever search-providing...
@asterismo You have to rebuild & restart the bot after updating the source: e.g. `pythonX setup.py install`, where X is the Python version of your preference (2 or 3)
Which wikipedia plugin out of curiosity?
Right, that works. edit: This config error seems quite counter-intuitive, but I don't know what kind of change would make it less confusing.
@djlolito It looks like there's some patches on the upstream repo: https://github.com/kongr45gpen/supybot-github/pull/27 Alternatively ProgVal has a similar plugin at https://github.com/ProgVal/Supybot-plugins/tree/master/GitHub which supports Python 3 and uses Limnoria's built in web...
Hi, which specific plugins / features are you concerned about? Network-specific config variables were added in back in August 2019, though it's likely that not all 3rd-party plugins have been...