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
|
@ -17,6 +17,7 @@ type WSResponse struct {
|
|||
type Connect struct {
|
||||
Server string `json:"server"`
|
||||
TLS bool `json:"tls"`
|
||||
Name string `json:"name"`
|
||||
Nick string `json:"nick"`
|
||||
Username string `json:"username"`
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue