mirror of
https://github.com/jeremyd/ergo.git
synced 2026-07-29 18:28:10 -07:00
Set default client language when creating them
This commit is contained in:
@@ -102,6 +102,7 @@ func NewClient(server *Server, conn net.Conn, isTLS bool) *Client {
|
||||
nickCasefolded: "*",
|
||||
nickMaskString: "*", // * is used until actual nick is given
|
||||
}
|
||||
client.languages = server.languages.Default()
|
||||
|
||||
client.recomputeMaxlens()
|
||||
if isTLS {
|
||||
|
||||
Reference in New Issue
Block a user