mirror of
https://github.com/ergochat/ergo.git
synced 2025-02-16 21:50:39 +01:00
client: Fix minor bug when doing SASL before NICK/USER
This commit is contained in:
parent
32b328f53f
commit
5d7d510348
@ -72,6 +72,7 @@ func NewClient(server *Server, conn net.Conn, isTLS bool) *Client {
|
||||
socket: &socket,
|
||||
account: &NoAccount,
|
||||
nickString: "*", // * is used until actual nick is given
|
||||
nickMaskString: "*", // * is used until actual nick is given
|
||||
}
|
||||
if isTLS {
|
||||
client.flags[TLS] = true
|
||||
|
Loading…
x
Reference in New Issue
Block a user