1
0
mirror of https://github.com/unrealircd/unrealircd.git synced 2026-07-02 10:26:38 +02:00

Typo in release notes, reported by Koragg

This commit is contained in:
Bram Matthys
2019-12-01 15:02:40 +01:00
parent 28539d41e0
commit 12af48a433
+1 -1
View File
@@ -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; } } }```