From 90aebe54de90a20c041e2a46d734b9dd8719171a Mon Sep 17 00:00:00 2001 From: Garret Alfert Date: Fri, 15 Nov 2019 14:37:19 +0100 Subject: [PATCH 1/2] Revert "Remove tweet reading from IRC Hubot" This reverts commit d5fc7ad105f45ea2b8eb2033564e4474abfc77a9. --- site-cookbooks/kosmos-hubot/recipes/hal8000.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/site-cookbooks/kosmos-hubot/recipes/hal8000.rb b/site-cookbooks/kosmos-hubot/recipes/hal8000.rb index b40423f..87e92c6 100644 --- a/site-cookbooks/kosmos-hubot/recipes/hal8000.rb +++ b/site-cookbooks/kosmos-hubot/recipes/hal8000.rb @@ -60,6 +60,7 @@ application hal8000_path do group "hubot" content [ "hubot-help", + "hubot-read-tweet", "hubot-redis-brain", "hubot-rules", "hubot-shipit", From bd3ef8b6353f12eb07299bf9f4e38bf7d6487a97 Mon Sep 17 00:00:00 2001 From: Garret Alfert Date: Fri, 15 Nov 2019 14:43:56 +0100 Subject: [PATCH 2/2] Remove tweet reading from XMPP Hubot Because of the wormhole feature between XMPP and IRC, any links to tweets will be read by the hal8000 bots on both platforms. This change removes the Tweet reading extension from the XMPP version of the bot. --- site-cookbooks/kosmos-hubot/attributes/default.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/site-cookbooks/kosmos-hubot/attributes/default.rb b/site-cookbooks/kosmos-hubot/attributes/default.rb index 9fbaeeb..0acddb3 100644 --- a/site-cookbooks/kosmos-hubot/attributes/default.rb +++ b/site-cookbooks/kosmos-hubot/attributes/default.rb @@ -7,7 +7,7 @@ node.default['hal8000_xmpp']['http_port'] = 8082 node.default['hal8000_xmpp']['domain'] = "hal8000.chat.kosmos.org" node.default['hal8000_xmpp']['hubot_scripts'] = [ - "hubot-help", "hubot-read-tweet", "hubot-redis-brain", + "hubot-help", "hubot-redis-brain", "hubot-rules", "hubot-shipit", "hubot-plusplus", "hubot-tell", "hubot-seen", "hubot-rss-reader", "hubot-incoming-webhook", "hubot-auth",