Skip to content

Commit

Permalink
Fix a minor typo in the server protocol change log.
Browse files Browse the repository at this point in the history
  • Loading branch information
SadieCat committed May 16, 2024
1 parent 09f8f9e commit 7571254
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/server/change-log.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 7571254

Please sign in to comment.