Avoid changing interface for password support

This commit is contained in:
tj
2010-09-29 09:52:43 +02:00
parent 95eedcedd3
commit 9fa6bbdeca
2 changed files with 4 additions and 5 deletions

View File

@@ -18,7 +18,7 @@ type IRCConnection struct {
user string
registered bool
server string
password string
Password string
events map[string][]func(*IRCEvent)
lastMessage int64