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

Strip down the client, rename to rbot

This commit is contained in:
raylu 2010-10-13 15:10:24 -04:00
parent 10de1b570a
commit f3dd8e174e
4 changed files with 33 additions and 93 deletions

View file

@ -4,9 +4,9 @@
include $(GOROOT)/src/Make.inc
TARG=gobot
TARG=rbot
GOFILES=\
client.go\
rbot.go\
include $(GOROOT)/src/Make.cmd