Added IRC network naming, added some convenience getters to the stores

This commit is contained in:
khlieng 2015-02-02 01:54:26 +01:00
parent 1c30da5474
commit eec82a7dd9
14 changed files with 73 additions and 33 deletions

View file

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