From 78b817280f04bb2f1d0edb43d9017c2ef32a9124 Mon Sep 17 00:00:00 2001 From: Elara Musayelyan Date: Tue, 13 Dec 2022 10:33:24 -0800 Subject: [PATCH] Mention PCRE2 port in README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e9b71bd..fdded1b 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ This project is a simple bot that replies to comments on Lemmy. It uses Lemmy's This repo contains a file called `lemmy-reply-bot.example.toml`. This is an example config file. Copy it to `lemmy-reply-bot.toml` and edit it to fit your needs. The config contains your password, so its permissions must be set to 600 or the bot will refuse to start. -This bot uses PCRE2 for regular expressions, so you can use any of PCRE2's features, and [Regex101](https://regex101.com/) in PCRE2 mode for testing. +This bot uses my [Pure-Go PCRE2 port](https://go.arsenm.dev/pcre) for regular expressions, so you can use any of PCRE2's features, and [Regex101](https://regex101.com/) in PCRE2 mode for testing. If any regular expressions configured in the file also match the reply messages, the bot will refuse to start because this may cause an infinite loop.