Implement most of the server
This commit is contained in:
parent
634a9fb734
commit
b06da9472e
3 changed files with 308 additions and 127 deletions
|
|
@ -51,7 +51,6 @@ pub struct SendCmd {
|
|||
#[serde(tag = "type")]
|
||||
pub enum SendRpl {
|
||||
Success { message: Message },
|
||||
InvalidNick { reason: String },
|
||||
InvalidContent { reason: String },
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue