3
0
mirror of https://github.com/ergochat/ergo.git synced 2024-11-22 03:49:27 +01:00

changelog: Fix typo

This commit is contained in:
Daniel Oaks 2017-01-12 21:20:06 +10:00
parent 91d59575ce
commit 700c0797b9

View File

@ -12,7 +12,7 @@ New release of Oragono!
### Added
* Added ARM build (for Raspberry PIs and similar).
* Added automated connection throttling! To enable this, copy the `connection-throttling` section from the config.
* Added `KLINE` and `UNDLINE` commands. Complementing `DLINE`'s per-IP and per-network bans, this lets you ban masks from the server.
* Added `KLINE` and `UNKLINE` commands. Complementing `DLINE`'s per-IP and per-network bans, this lets you ban masks from the server.
### Changed
* Connection limits can now be freely enabled or disabled. To enable automated limit handling, see the new `enabled` flag in the config, under `connection-limits`.