Hex Plugin - Response
October 12, 2017 ยท View on GitHub
Simple plugin that responds with a string.
{
"rule": "response rule example",
"match": "hello",
"actions": [
{
"type": "hex-response",
"command": "Hello ${hex.user}!"
}
]
}