Add incoming-webhook to hal8000

This commit is contained in:
2016-02-20 21:45:19 -05:00
parent f2f60686d3
commit df5d9aea20
3 changed files with 13 additions and 9 deletions

View File

@@ -53,6 +53,7 @@ application "hal8000" do
"hubot-seen",
"hubot-rss-reader",
"hubot-openassets",
"hubot-incoming-webhook",
"hubot-auth"
].to_json
end
@@ -85,7 +86,8 @@ application "hal8000" do
"OA_SERVER_PASSWORD" => "asEjdak1yqw",
"OA_MAX_QUANTITY" => "5000",
"OA_BOT_KEYWORD" => "kredits",
"OA_PLUSPLUS_ROOMS" => "#kosmos"
"OA_PLUSPLUS_ROOMS" => "#kosmos",
"WEBHOOK_TOKEN" => hal8000_freenode_data_bag_item['webhook_token']
end
end
@@ -171,4 +173,3 @@ application "botka_freenode" do
"RS_LOGGER_PUBLIC" => "true"
end
end