Harkbot: Difference between revisions

From NURDspace
No edit summary
Line 17: Line 17:
'''
'''
  $ sudo systemctl start harkbot
  $ sudo systemctl start harkbot
'''
== Reloading for changes ==
'''
$ sudo systemctl restart harkbot
'''
'''

Revision as of 22:29, 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

Reloading for changes

$ sudo systemctl restart harkbot