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

Move commands into cmd-*.go files

This commit is contained in:
raylu 2010-10-26 21:21:51 -04:00
parent 78d5511cf8
commit 2cc4781249
5 changed files with 377 additions and 356 deletions

View file

@ -5,10 +5,7 @@
include $(GOROOT)/src/Make.inc
TARG=rbot
GOFILES=\
rbot.go\
handler.go\
auth.go
GOFILES=rbot.go handler.go auth.go cmd-access.go cmd-op.go cmd-google.go
include $(GOROOT)/src/Make.cmd