1
0
Fork 0
mirror of https://github.com/fluffle/goirc synced 2025-05-13 11:03:19 +00:00

Refactor recv() since we needed to rewrite send().

This commit is contained in:
Alex Bramley 2011-07-22 01:11:15 +01:00
parent 0200b741dc
commit 291132cab5
3 changed files with 60 additions and 47 deletions

View file

@ -9,6 +9,7 @@ GOFILES=\
connection.go\
commands.go\
handlers.go\
line.go\
nickchan.go
include $(GOROOT)/src/Make.pkg