mirror of
https://github.com/ergochat/ergo.git
synced 2025-12-21 10:31:59 -08:00
I think I get IRC protocol now.
This commit is contained in:
parent
26ef45290a
commit
2cbf65564e
9 changed files with 208 additions and 147 deletions
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
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue