Implement most of the server

This commit is contained in:
Joscha 2022-02-13 21:45:10 +01:00
parent 634a9fb734
commit b06da9472e
3 changed files with 308 additions and 127 deletions

View file

@ -51,7 +51,6 @@ pub struct SendCmd {
#[serde(tag = "type")]
pub enum SendRpl {
Success { message: Message },
InvalidNick { reason: String },
InvalidContent { reason: String },
}