Better nick recapture

This commit is contained in:
tj
2011-02-03 01:16:13 +01:00
parent cf4e9f829a
commit ea8495857e
3 changed files with 19 additions and 8 deletions

View File

@@ -14,7 +14,8 @@ type IRCConnection struct {
pread, pwrite chan string
Error chan os.Error
syncreader, syncwriter chan bool
nick string
nick string //The nickname we want.
nickcurrent string //The nickname we currently have.
user string
registered bool
server string