Added IRC network naming, added some convenience getters to the stores
This commit is contained in:
parent
1c30da5474
commit
eec82a7dd9
14 changed files with 73 additions and 33 deletions
|
@ -9,6 +9,8 @@ import (
|
|||
|
||||
type Server struct {
|
||||
Address string `json:"address"`
|
||||
TLS bool `json:"tls"`
|
||||
Name string `json:"name"`
|
||||
Nick string `json:"nick"`
|
||||
Username string `json:"username"`
|
||||
Realname string `json:"realname"`
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue