belak / go-seabird

A simple IRC bot framework
MIT License
13 stars 4 forks source link

Add watchdog-check command #327

Closed jsvana closed 4 years ago

jsvana commented 4 years ago

This command is to be used by an external watchdog to monitor the bot.

The intent is to call this from another bot that will then check timings and correctness.

Example usage:

~watchdog-check {"nonce":"yolo"}
jsvana commented 4 years ago

Adds #322