Made backspace work on input history items

This commit is contained in:
khlieng 2015-02-12 02:14:56 +01:00
parent 8a790a6fe2
commit b7cafc5327
4 changed files with 9 additions and 5 deletions

View file

@ -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"`
}