This commit is contained in:
tj
2011-11-07 01:26:12 +01:00
parent a303faccdb
commit 4e661a3954
2 changed files with 14 additions and 18 deletions

View File

@@ -4,15 +4,12 @@
package irc
import (
"os"
"net"
)
import "net"
type IRCConnection struct {
socket net.Conn
pread, pwrite chan string
Error chan os.Error
Error chan error
syncreader, syncwriter chan bool
nick string //The nickname we want.
nickcurrent string //The nickname we currently have.