Skip to content

Commit

Permalink
Update main.go
Browse files Browse the repository at this point in the history
  • Loading branch information
siniStar7 committed Feb 26, 2023
1 parent 3c2aaa2 commit d6c6489
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ func main() {
viper.SetDefault("cooldown_duration", int64((time.Hour * 24).Seconds()))
cooldownDuration := viper.GetInt64("cooldown_duration")
//
viper.SetDefault("show_joinquit", false)
viper.SetDefault("show_joinquit", true)
showJoinQuit := viper.GetBool("show_joinquit")
// Maximum length of user nicks aloud
viper.SetDefault("max_nick_length", ircnick.MAXLENGTH)
Expand Down

0 comments on commit d6c6489

Please sign in to comment.