IRC bot written in Go.
Once you have a working installation of Go, you just need to run:
$ go get github.com/vaz-ar/goxxx
$ make
To get help about program usage, just run:
$ goxxx
- By default goxxx will search for a file named
goxxx.ini
in the directory where it is started. - You can also specify a path for the configuration file via the
-config
flag.
- The log file will be created in the directory where goxxx is started, and will be named
goxxx_logs.txt
.
to run the tests:
$ make test
It will run the tests for all the packages.
Pull requests are welcome.