mirror of
https://github.com/ergochat/ergo.git
synced 2025-12-20 10:10:08 -08:00
parent
59ef59870a
commit
0afa7edffe
1 changed files with 1 additions and 0 deletions
|
|
@ -1152,6 +1152,7 @@ func infoHandler(server *Server, client *Client, msg ircmsg.Message, rb *Respons
|
||||||
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, fmt.Sprintf(client.t("This server has been running since %s."), server.ctime.Format(time.RFC1123)))
|
||||||
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("Ergo is released under the MIT license."))
|
rb.Add(nil, server.name, RPL_INFO, nick, client.t("Ergo is released under the MIT license."))
|
||||||
rb.Add(nil, server.name, RPL_INFO, nick, "")
|
rb.Add(nil, server.name, RPL_INFO, nick, "")
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue