forked from GrafeasGroup/tor
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcommands.json
More file actions
26 lines (26 loc) · 764 Bytes
/
commands.json
File metadata and controls
26 lines (26 loc) · 764 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
{
"notAuthorizedResponses": [
"Nope, sorry!\n\n{}",
"Mmm... no.\n\n{}",
"{}",
"Sorry!\n\n{}",
"I'm sure you're a lovely person and all, but no.\n\n{}"
],
"commands": {
"reload": {
"description": "Re-run the initialization for the global config object and refresh all values.",
"allowedNames": [],
"pythonFunction": "reload_config"
},
"update": {
"description": "Update the local repo from master and respawn process.",
"allowedNames": [],
"pythonFunction": "update_and_restart"
},
"ping": {
"description": "Ping the bot to see if it's alive - user receives 'Pong!' response on success.",
"allowedNames": ["personal_opinions"],
"pythonFunction": "ping"
}
}
}