Skip to content

Commit

Permalink
The v4 modulemanager script does not require the m_ prefix.
Browse files Browse the repository at this point in the history
  • Loading branch information
SadieCat committed Sep 2, 2024
1 parent 92e22cd commit db139ac
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions docs/4/breaking-changes.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,27 +26,27 @@ title: v4 Breaking Changes

- The blockcaps module has been removed. If you wish to keep this behaviour then you should load the anticaps module instead. See the documentation in modules.example.conf for more details.

- The censor module has been moved to inspircd-contrib. In order to upgrade either remove this module from your configuration or run `./modulemanager install m_censor` to install it.
- The censor module has been moved to inspircd-contrib. In order to upgrade either remove this module from your configuration or run `./modulemanager install censor` to install it.

- The clones module has been moved to inspircd-contrib. In order to upgrade either remove this module from your configuration or run `./modulemanager install m_clones` to install it.
- The clones module has been moved to inspircd-contrib. In order to upgrade either remove this module from your configuration or run `./modulemanager install clones` to install it.

- The flashpolicyd module has been removed with no replacement. This module is no longer needed as [Flash Player has been retired by Adobe](https://web.archive.org/web/20170801000737/https://blogs.adobe.com/conversations/2017/07/adobe-flash-update.html).

- The hostchange module has been moved to inspircd-contrib. In order to upgrade either remove this module from your configuration, run `./modulemanager install m_hostchange` to install it, or migrate to the [`cloak_static`](/4/modules/cloak_static) module and/or the [`cloak_user`](/4/modules/cloak_user) module.
- The hostchange module has been moved to inspircd-contrib. In order to upgrade either remove this module from your configuration, run `./modulemanager install hostchange` to install it, or migrate to the [`cloak_static`](/4/modules/cloak_static) module and/or the [`cloak_user`](/4/modules/cloak_user) module.

- The lockserv module has been moved to inspircd-contrib. In order to upgrade either remove this module from your configuration or run `./modulemanager install m_lockserv` to install it.
- The lockserv module has been moved to inspircd-contrib. In order to upgrade either remove this module from your configuration or run `./modulemanager install lockserv` to install it.

- The modenotice module has been moved to inspircd-contrib. In order to upgrade either remove this module from your configuration or run `./modulemanager install m_modenotice` to install it.
- The modenotice module has been moved to inspircd-contrib. In order to upgrade either remove this module from your configuration or run `./modulemanager install modenotice` to install it.

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

- The nationalchars module has been removed. In order to upgrade you should switch to the codepage module instead.

- 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 m_regex_pcre` to install it, or migrate to [the regex_pcre2 module](/4/modules/regex_pcre2).
- 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).

- The regex_tre module has been moved to inspircd-contrib. In order to upgrade either remove this module from your configuration or run `./modulemanager install m_regex_tre` to install it.
- The regex_tre module has been moved to inspircd-contrib. In order to upgrade either remove this module from your configuration or run `./modulemanager install regex_tre` to install it.

- The ssl_mbedtls module has been moved to inspircd-contrib. In order to upgrade either remove this module from your configuration or run `./modulemanager install m_ssl_mbedtls` to install it.
- The ssl_mbedtls module has been moved to inspircd-contrib. In order to upgrade either remove this module from your configuration or run `./modulemanager install ssl_mbedtls` to install it.

- The userip module has been moved to inspircd-contrib. In order to upgrade either remove this module from your configuration or run `./modulemanager install userip` to install it.

Expand Down Expand Up @@ -126,4 +126,4 @@ title: v4 Breaking Changes

- The `/FPART` command has been removed. If you wish to keep this behaviour you should add an alias that calls the `/REMOVE` command.

- The `/PROTOCTL` command has been moved to inspircd-contrib. If you wish to keep this behaviour then you can run `./modulemanager install m_protoctl` to install it.
- The `/PROTOCTL` command has been moved to inspircd-contrib. If you wish to keep this behaviour then you can run `./modulemanager install protoctl` to install it.

0 comments on commit db139ac

Please sign in to comment.