mirror of
https://github.com/jeremyd/ergo.git
synced 2026-05-05 19:59:08 -07:00
I think I get IRC protocol now.
This commit is contained in:
5
src/irc/user.go
Normal file
5
src/irc/user.go
Normal file
@@ -0,0 +1,5 @@
|
||||
package irc
|
||||
|
||||
type User struct {
|
||||
nick string
|
||||
}
|
||||
Reference in New Issue
Block a user