forked from rejnronuz/muzovkant-cogdump
18 lines
399 B
JSON
18 lines
399 B
JSON
{
|
|
"rules": [
|
|
{
|
|
"keywords": ["ping", "pong"],
|
|
"match_mode": "contains",
|
|
"case_sensitive": false,
|
|
"reply": "Pong",
|
|
"enabled": true
|
|
},
|
|
{
|
|
"keywords": ["kitty", "cat", "IMMEDIATE CAT REQUEST!!!!!!"],
|
|
"match_mode": "contains",
|
|
"case_sensitive": false,
|
|
"reply": "https://cataas.com/cat",
|
|
"enabled": true
|
|
}
|
|
]
|
|
} |