1
0
mirror of https://github.com/anope/anope.git synced 2026-06-12 17:04:47 +02:00

Update the change log.

This commit is contained in:
Sadie Powell
2026-02-06 17:31:01 +00:00
parent e6fcf3ffb3
commit 1d8086b12d
+4
View File
@@ -6,6 +6,8 @@
* `{fantasy}:fantasycharacter` has been replaced with `{fantasy}:prefix` which allows multiple-character fantasy prefixes. If you have multiple custom fantasy characters set you should separate them with a space when upgrading your config.
* The db_json module will now terminate the process if it fails to write the database. This replicates the behaviour previously used by the db_flatfile module.
* When adding an unregistered user to an access list you must now explicitly specify their hostmask. This prevents accidentally adding a hostmask which is too wide.
### Changes
@@ -26,6 +28,8 @@
* Fixed limiting the number of accounts per email address.
* Fixed locking modes that take a parameter when they are added.
* Fixed the `chanserv/enforce` command erroneously enforcing against channel founders.
* Fixed the syntax of the `chanserv/suspend` command.