Made backspace work on input history items
This commit is contained in:
parent
8a790a6fe2
commit
b7cafc5327
4 changed files with 9 additions and 5 deletions
|
@ -20,7 +20,7 @@ type Server struct {
|
|||
type Channel struct {
|
||||
Server string `json:"server"`
|
||||
Name string `json:"name"`
|
||||
Users []string `json:"users"`
|
||||
Users []string `json:"users,omitempty"`
|
||||
Topic string `json:"topic,omitempty"`
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue