Finish implementing clientbound proto

This commit is contained in:
Aram 🍐 2021-08-04 01:27:02 -04:00
parent 50b2d3190e
commit 95cf9aeccf
2 changed files with 627 additions and 1 deletions

View file

@ -220,8 +220,12 @@ impl_words! {
Err("ERR"),
/// Executes a forced shut down (FSD).
Fsd("FSD"),
/// Server confirms forced shut down (FSD).
FsdSet("FSD-SET"),
/// Serverbound query.
Get("GET"),
/// Server confirms logout (this is lower-case on purpose).
Goodbye("Goodbye"),
/// Client requesting a list of commands supported by the server.
Help("HELP"),
/// Executes an instant command.