Make configuration options consistent
This commit is contained in:
parent
ed0c413542
commit
16ce3cdfa5
1 changed files with 1 additions and 1 deletions
|
@ -65,7 +65,7 @@ func connectIRC(server storage.Server, session *Session) *irc.Client {
|
|||
|
||||
if server.Password == "" &&
|
||||
viper.GetString("defaults.password") != "" &&
|
||||
address == viper.GetString("defaults.address") {
|
||||
address == viper.GetString("defaults.host") {
|
||||
i.Password = viper.GetString("defaults.password")
|
||||
} else {
|
||||
i.Password = server.Password
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue