IRC bots built with nim-cirrus
| hellobot | Add new bot template | |
| ramenkan | Port ramenkan to cirrus | |
| .gitignore | Port ramenkan to cirrus | |
| readme.md | Add new bot template | |
cirrus-bots
Bots built with the Cirrus IRC bot framework.
Build
-
Install Nim and the Nimble package manager from the official website or distro repos.
-
Install confusa and cirrus with Nimble:
nimble install https://codeberg.org/mio/nim-confusa nimble install https://codeberg.org/mio/nim-cirrus -
Build:
nim c -d:ssl -d:release [bot]/[bot].nim -
After modifying the config file settings as needed, run:
./[bot]