Harkbot: Difference between revisions

From NURDspace
No edit summary
Line 16: Line 16:
== Running the bot ==
== Running the bot ==
'''
'''
$ cd ~/harkbot
$ sudo systemctl start harkbot
$ ./build/harkbot -cfgfile harkbot.yml
'''
'''

Revision as of 22:28, 6 April 2022

Whut?

A new IRC bot which uses mqtt to communicate with plugins.

Code

https://github.com/NURDspace/harkbot

Host

This runs on harkbot.vm.nurd.space (10.208.30.67). Login with user 'nurds' and the well-known password.

Building a new release

$ cd ~/harkbot
$ make

Running the bot

$ sudo systemctl start harkbot