From 75712548e3080b935c1e1c8914f5ea148349d3d9 Mon Sep 17 00:00:00 2001 From: Sadie Powell Date: Thu, 16 May 2024 15:19:41 +0100 Subject: [PATCH] Fix a minor typo in the server protocol change log. --- docs/server/change-log.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/server/change-log.md b/docs/server/change-log.md index 1bd2d668..44ee4642 100644 --- a/docs/server/change-log.md +++ b/docs/server/change-log.md @@ -116,8 +116,8 @@ title: InspIRCd Spanning Tree Protocol — Change Log - The `LMODE` message was added to synchronise the contents of a mode list including the setter and set time. ```diff -+ :36D FMODE #CHANNEL 1234567890 +bb *!*@example.com *!*@example.org -- :36D LMODE #channel 1234567890 b *!*@example.com 1234567890 Sadie *!*@example.org 2345678901 Adam +- :36D FMODE #CHANNEL 1234567890 +bb *!*@example.com *!*@example.org ++ :36D LMODE #channel 1234567890 b *!*@example.com 1234567890 Sadie *!*@example.org 2345678901 Adam ``` - The `version` and `fullversion` keys in `SINFO` were deprecated and replaced with `customversion` and `rawbranch`. If sent the deprecated keys will be parsed to attempt to extract the latter values from them.