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

@ -86,6 +86,8 @@ func handleWS(ws *websocket.Conn) {
session.user.AddServer(storage.Server{
Address: irc.Host,
TLS: data.TLS,
Name: data.Name,
Nick: data.Nick,
Username: data.Username,
})