Added more options to the connect form, added support for more IRC commands on the server, added Font Awesome

This commit is contained in:
khlieng 2015-02-07 03:10:58 +01:00
parent e942924c15
commit c15feaa310
10 changed files with 128 additions and 39 deletions

View file

@ -15,11 +15,13 @@ type WSResponse struct {
}
type Connect struct {
Name string `json:"name"`
Server string `json:"server"`
TLS bool `json:"tls"`
Name string `json:"name,omitempty"`
Password string `json:"password"`
Nick string `json:"nick"`
Username string `json:"username"`
Realname string `json:"realname"`
}
type Nick struct {