Added more options to the connect form, added support for more IRC commands on the server, added Font Awesome
This commit is contained in:
parent
e942924c15
commit
c15feaa310
10 changed files with 128 additions and 39 deletions
|
@ -8,9 +8,10 @@ import (
|
|||
)
|
||||
|
||||
type Server struct {
|
||||
Name string `json:"name"`
|
||||
Address string `json:"address"`
|
||||
TLS bool `json:"tls"`
|
||||
Name string `json:"name"`
|
||||
Password string `json:"password,omitempty"`
|
||||
Nick string `json:"nick"`
|
||||
Username string `json:"username"`
|
||||
Realname string `json:"realname"`
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue