1
0
Fork
You've already forked cirrus-bots
0
IRC bots built with nim-cirrus
  • Nim 100%
2024年05月06日 17:28:09 +00:00
hellobot Add new bot template 2024年05月06日 17:28:09 +00:00
ramenkan Port ramenkan to cirrus 2024年05月06日 15:36:59 +00:00
.gitignore Port ramenkan to cirrus 2024年05月06日 15:36:59 +00:00
readme.md Add new bot template 2024年05月06日 17:28:09 +00:00

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]

License

BSD-3-Clause