diff MIGRATING.md @ 984:2e4b29ab8e9c

irccd: add prefix support in configuration
author David Demelier <markand@malikania.fr>
date Tue, 09 Feb 2021 22:40:29 +0100
parents 5ffc8350e84b
children ec5461750efd
line wrap: on
line diff
--- a/MIGRATING.md	Tue Feb 09 22:31:53 2021 +0100
+++ b/MIGRATING.md	Tue Feb 09 22:40:29 2021 +0100
@@ -71,6 +71,8 @@
 - The property `channels` in the object for the `Server` constructor now takes
   an array of objects containing two properties each: `name` and `password`
   which must be string (password is optional).
+- The property `commandChar` which is provided in both the `Server` constructor
+  and the `Server.info` returned object has been renamed to `prefix`.
 
 Migrating from 2.x to 3.x
 =========================