Skip to content

Commit

Permalink
Message cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
HotaruBlaze committed Apr 6, 2024
1 parent 80bd56b commit 16111ab
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/generate_version.go
Original file line number Diff line number Diff line change
Expand Up @@ -39,5 +39,5 @@ var ircBridgeVersion = "%s"
return
}

fmt.Println("Version set to", version)
fmt.Println("Pinning goTES3MP's IRCBridge version to", version)
}
4 changes: 2 additions & 2 deletions src/github_versionchecking.go
Original file line number Diff line number Diff line change
Expand Up @@ -144,10 +144,10 @@ func getStatus(firstLaunch bool, showModules bool) {
_, isSafeLuaUpdate := fetchIrcBridgeVersionFromGithub()
if isSafeLuaUpdate {
// If Lua updates are safe
color.HiGreen("A new version of goTES3MP is available: " + Build + " -> " + UpdateVersion + ".\nYour IRC bridge version should be compatible.")
color.HiGreen("A new version of goTES3MP is available: " + Build + " -> " + UpdateVersion + ".\nYour IRC bridge version should be compatible.")
} else {
// If Lua updates are not safe
color.HiYellow("A new version of goTES3MP is available: " + Build + " -> " + UpdateVersion + ".\nHowever, the IRC bridge version may not be compatible.")
color.HiYellow("A new version of goTES3MP is available: " + Build + " -> " + UpdateVersion + ".\nHowever, the IRCBridge version may not be compatible.")
}
}

Expand Down

0 comments on commit 16111ab

Please sign in to comment.