Handle nick collisions by right-padding with _
This commit is contained in:
parent
50dc0ef64f
commit
961c0415a0
8 changed files with 51 additions and 27 deletions
|
@ -64,7 +64,7 @@ type Quit struct {
|
|||
|
||||
type Chat struct {
|
||||
Server string `json:"server"`
|
||||
From string `json:"from"`
|
||||
From string `json:"from,omitempty"`
|
||||
To string `json:"to,omitempty"`
|
||||
Message string `json:"message"`
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue