comparison 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
comparison
equal deleted inserted replaced
983:d5aa6aba8959 984:2e4b29ab8e9c
69 array of objects which also contain a list of nicknames present in the 69 array of objects which also contain a list of nicknames present in the
70 channel. 70 channel.
71 - The property `channels` in the object for the `Server` constructor now takes 71 - The property `channels` in the object for the `Server` constructor now takes
72 an array of objects containing two properties each: `name` and `password` 72 an array of objects containing two properties each: `name` and `password`
73 which must be string (password is optional). 73 which must be string (password is optional).
74 - The property `commandChar` which is provided in both the `Server` constructor
75 and the `Server.info` returned object has been renamed to `prefix`.
74 76
75 Migrating from 2.x to 3.x 77 Migrating from 2.x to 3.x
76 ========================= 78 =========================
77 79
78 Irccd 80 Irccd