From 12af48a4335d408d07c4df2efdd5e56ccf0e502e Mon Sep 17 00:00:00 2001 From: Bram Matthys Date: Sun, 1 Dec 2019 15:02:40 +0100 Subject: [PATCH] Typo in release notes, reported by Koragg --- doc/RELEASE-NOTES.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/RELEASE-NOTES.md b/doc/RELEASE-NOTES.md index cee28c140..f744c83c5 100644 --- a/doc/RELEASE-NOTES.md +++ b/doc/RELEASE-NOTES.md @@ -88,7 +88,7 @@ Enhancements * [Websocket](https://www.unrealircd.org/docs/WebSocket_support) support now includes type 'text' in addition to 'binary', which should work with [KiwiIRC](https://kiwiirc.com/)'s nextclient. - Also, websockets are longer active on all ports by default. You have to explicitly + Also, websockets are no longer active on all ports by default. You have to explicitly enable the websocket option in the listen block and also specify type *text* or *binary*, eg: ```listen { ip *; port 6667; options { websocket { type text; } } }```