February 06, 2021
kameloso is an IRC bot based on mixins and UDAs.

It's available on GitHub at https://github.com/zorael/kameloso, or you can fetch and run it directly via dub.

```
dub run kameloso -- --nickname dman --server irc.freenode.net --homeChannels "#dmanfans" --guestChannels "#d,#freenode"
```

Add --monochrome to disable terminal colours. --help does what you'd expect it to, but you need to generate a configuration file to access all settings. See the README for help on getting started.

Ask me anything. All feedback appreciated!