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:
parent
78d5511cf8
commit
2cc4781249
5 changed files with 377 additions and 356 deletions
5
Makefile
5
Makefile
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue