From b28cccb704ff711271eaa2a92564cef616fa862a Mon Sep 17 00:00:00 2001 From: William Pitcock Date: Sat, 14 May 2016 17:24:56 -0500 Subject: [PATCH] NEWS: document websocket availability --- NEWS.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/NEWS.md b/NEWS.md index 2f78b275a..39275a59d 100644 --- a/NEWS.md +++ b/NEWS.md @@ -42,6 +42,10 @@ See LICENSE for licensing details (GPL v2). - All core modules in charybdis have descriptions, which are shown in MODLIST. - Suffixes should not be used when doing /MODLOAD, /MODUNLOAD, /MODRELOAD, etc. +### misc +- Support for WebSocket has been added, use the listen::wsock option to switch + a listener into websocket mode. + ### conf - Add the ability to strip color codes from topics unconditionally. - The obsolete hub option from server info has been removed.