1
0
Fork 0
forked from External/ergo
* Placate `go vet`
* Reorder the `send` loop, clarify things a little
This commit is contained in:
Shivaram Lingamneni 2018-04-15 01:21:32 -04:00
parent b2f798cf03
commit 4778e7bcc7
2 changed files with 11 additions and 7 deletions

View file

@ -100,7 +100,7 @@ func NewClient(server *Server, conn net.Conn, isTLS bool) *Client {
ctime: now,
flags: make(map[modes.Mode]bool),
server: server,
socket: &socket,
socket: socket,
nick: "*", // * is used until actual nick is given
nickCasefolded: "*",
nickMaskString: "*", // * is used until actual nick is given