mirror of
https://github.com/ergochat/ergo.git
synced 2024-11-13 07:29:30 +01:00
include go version even without the git hash
This commit is contained in:
parent
6628a3d1c6
commit
ddb8400124
@ -1083,8 +1083,8 @@ func infoHandler(server *Server, client *Client, msg ircmsg.IrcMessage, rb *Resp
|
|||||||
rb.Add(nil, server.name, RPL_INFO, nick, fmt.Sprintf(client.t("This is Oragono version %s."), SemVer))
|
rb.Add(nil, server.name, RPL_INFO, nick, fmt.Sprintf(client.t("This is Oragono version %s."), SemVer))
|
||||||
if Commit != "" {
|
if Commit != "" {
|
||||||
rb.Add(nil, server.name, RPL_INFO, nick, fmt.Sprintf(client.t("It was built from git hash %s."), Commit))
|
rb.Add(nil, server.name, RPL_INFO, nick, fmt.Sprintf(client.t("It was built from git hash %s."), Commit))
|
||||||
rb.Add(nil, server.name, RPL_INFO, nick, fmt.Sprintf(client.t("It was compiled using %s."), runtime.Version()))
|
|
||||||
}
|
}
|
||||||
|
rb.Add(nil, server.name, RPL_INFO, nick, fmt.Sprintf(client.t("It was compiled using %s."), runtime.Version()))
|
||||||
rb.Add(nil, server.name, RPL_INFO, nick, "")
|
rb.Add(nil, server.name, RPL_INFO, nick, "")
|
||||||
rb.Add(nil, server.name, RPL_INFO, nick, client.t("Oragono is released under the MIT license."))
|
rb.Add(nil, server.name, RPL_INFO, nick, client.t("Oragono is released under the MIT license."))
|
||||||
rb.Add(nil, server.name, RPL_INFO, nick, "")
|
rb.Add(nil, server.name, RPL_INFO, nick, "")
|
||||||
|
Loading…
Reference in New Issue
Block a user