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 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.