(Created page with "== 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....") |
No edit summary |
||
Line 7: | Line 7: | ||
== Host == | == Host == | ||
This runs on harkbot.vm.nurd.space (10.208.30.67). Login with user 'nurds' and the well-known password. | 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 == | |||
''' | |||
$ cd ~/harkbot | |||
$ ./build/harkbot -cfgfile harkbot.yml | |||
''' |
Revision as of 21:22, 6 April 2022
Whut?
A new IRC bot which uses mqtt to communicate with plugins.
Code
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
$ cd ~/harkbot $ ./build/harkbot -cfgfile harkbot.yml