hubot-hangups
Version:
Hubot adapter for Google Hangouts
27 lines (26 loc) • 857 B
JSON
{
"admins": ["USER_ID", "USER_ID", "USER_ID", "USER_ID", "USER_ID"],
"autoreplies": [
[["hi", "hello"], "Hello world!"]
],
"autoreplies_enabled": false,
"development_mode": false,
"commands_admin": ["restart", "user", "users", "hangouts", "reload", "quit", "config"],
"commands_enabled": true,
"forwarding_enabled": false,
"conversations": {
"CONV1_ID": {
"forward_to": [
"CONV2_ID"
]
},
"CONV2_ID": {
"autoreplies_enabled": false,
"commands_enabled": false,
"forwarding_enabled": false,
"forward_to": [
"CONV1_ID"
]
}
}
}