Formatting
This commit is contained in:
parent
4543fadeba
commit
0bc57f9d68
@ -18,10 +18,10 @@ type Connection struct {
|
|||||||
UseTLS bool
|
UseTLS bool
|
||||||
TLSConfig *tls.Config
|
TLSConfig *tls.Config
|
||||||
|
|
||||||
socket net.Conn
|
socket net.Conn
|
||||||
pread, pwrite chan string
|
pread, pwrite chan string
|
||||||
syncreader, syncwriter, syncpinger chan bool
|
syncreader, syncwriter, syncpinger chan bool
|
||||||
endping chan bool
|
endping chan bool
|
||||||
|
|
||||||
nick string //The nickname we want.
|
nick string //The nickname we want.
|
||||||
nickcurrent string //The nickname we currently have.
|
nickcurrent string //The nickname we currently have.
|
||||||
|
Loading…
Reference in New Issue
Block a user