Barebones IRC bot / astromech droid written in Go.
cd cmd/artoo && go build
Configuration is read from the first found file in the following list:
- File passed via the
-c
flag ~/.config/artoo.toml
/etc/artoo.toml
The file artoo.toml.example
is provided for reference.