Use string port

This commit is contained in:
Ken-Håvard Lieng 2020-05-10 02:53:39 +02:00
parent eb7545455c
commit 8fa91ac470
6 changed files with 84 additions and 93 deletions

View file

@ -24,7 +24,7 @@ type Config struct {
type Defaults struct {
Name string
Host string
Port int
Port string
Channels []string
Password string
SSL bool