I think I get IRC protocol now.

This commit is contained in:
Jeremy Latt 2012-12-12 23:27:17 -08:00
parent 26ef45290a
commit 2cbf65564e
9 changed files with 208 additions and 147 deletions

5
src/irc/user.go Normal file
View file

@ -0,0 +1,5 @@
package irc
type User struct {
nick string
}