summaryrefslogtreecommitdiffstats
path: root/src/commands/echo.json
blob: f38d10bc5249903542e9e8b13004a7387183fcd0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
{
    "ECHO": {
        "summary": "Echo the given string",
        "complexity": "O(1)",
        "group": "connection",
        "since": "1.0.0",
        "arity": 2,
        "function": "echoCommand",
        "command_flags": [
            "LOADING",
            "STALE",
            "FAST"
        ],
        "acl_categories": [
            "CONNECTION"
        ],
        "arguments": [
            {
                "name": "message",
                "type": "string"
            }
        ]
    }
}