Moritz Lenz
Moritz Lenz
@zoffixznet if you server JS files from a CDN, you give then one running the CDN a pretty accurate picture about who visits your site, and when. Which is really...
FWIW this is a feature I would also like to have. The current base of the logger, Bot::BasicBot doesn't support joining channels after it has started up, so that requires...
There is now an experimental `ilbot3.pl` based on AnyEvent. You can send it a SIGHUP, then it'll reload the config and join channels that have been added since the last...
Status update on ilbot3: the current blocker is that it doesn't reconnect when the connection times out. That needs to be fixed before it can be considered the "real" thing.
Here is a data file that can be used to render such images: https://irclog.perlgeek.de/s/images/index/plots.json
FWIW this was intentional to make the JSON easier to read. But I'm not proverbially married to this feature; if somebody wants to change it, I'd accept a pull request.
There is no way that @-hiding can work with the text or the JSON interface; I'm considering ditching the feature.
I think one of the original reasons not to use introspection was that we might want to hide some details from the users, like for example `NQPMatchRole` that is mixed...
Any part of a regex that you can identify as having any meaning is an atom. So for example in `\d ** 4`, the `\d` and `4` are terms, then...