Skip to content

Commit d2f7eb3

Browse files
committed
Document that regex_pcre2 should be a drop-in replacement.
1 parent f275422 commit d2f7eb3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/4/breaking-changes.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ title: v4 Breaking Changes
4242

4343
- The nopartmsg module has been moved to inspircd-contrib. In order to upgrade either remove this module from your configuration, run `./modulemanager install nopartmsg` to install it, or migrate to [the muteban module](/4/modules/muteban) which now also applies to part messages.
4444

45-
- The regex_pcre module has been moved to inspircd-contrib. In order to upgrade either migrate remove this module from your configuration, run `./modulemanager install regex_pcre` to install it, or migrate to [the regex_pcre2 module](/4/modules/regex_pcre2).
45+
- The regex_pcre module has been moved to inspircd-contrib. In order to upgrade either remove this module from your configuration, run `./modulemanager install regex_pcre` to install it, or migrate to [the regex_pcre2 module](/4/modules/regex_pcre2) which also provides the "pcre" regex engine so it should be a drop-in replacement.
4646

4747
- The regex_tre module has been moved to inspircd-contrib. In order to upgrade either remove this module from your configuration, run `./modulemanager install regex_tre` to install it, or migrate to [the regex_stdlib module](/4/modules/regex_stdlib).
4848

0 commit comments

Comments
 (0)