/artoo

Barebones IRC bot / astromech droid (WIP 🚧)

Primary LanguageGoGNU General Public License v3.0GPL-3.0

artoo

Barebones IRC bot / astromech droid written in Go.

Compilation and Installation

$ make
# make install

Configuration

Configuration is read from the first found file in the following list:

  1. File passed via the -c flag
  2. ~/.config/artoo.toml
  3. /etc/artoo.toml

Configuration is documented in artoo.toml(5). The file artoo.toml.example is provided for reference.