This commit is contained in:
tj
2010-09-29 09:00:16 +02:00
4 changed files with 19 additions and 8 deletions

View File

@@ -13,12 +13,12 @@ type IRCConnection struct {
socket net.Conn
pread, pwrite chan string
Error chan os.Error
syncreader, syncwriter chan bool
nick string
user string
registered bool
server string
password string
events map[string][]func(*IRCEvent)
lastMessage int64