From 700c0797b92ea3ae5bc845e56553b479527329a7 Mon Sep 17 00:00:00 2001 From: Daniel Oaks Date: Thu, 12 Jan 2017 21:20:06 +1000 Subject: [PATCH] changelog: Fix typo --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b05e9f20..c4c85642 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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`.