Formatting

This commit is contained in:
Thomas Jager 2013-03-13 12:54:00 +01:00
parent 4543fadeba
commit 0bc57f9d68

View File

@ -18,10 +18,10 @@ type Connection struct {
UseTLS bool
TLSConfig *tls.Config
socket net.Conn
pread, pwrite chan string
socket net.Conn
pread, pwrite chan string
syncreader, syncwriter, syncpinger chan bool
endping chan bool
endping chan bool
nick string //The nickname we want.
nickcurrent string //The nickname we currently have.