From bd3ef8b6353f12eb07299bf9f4e38bf7d6487a97 Mon Sep 17 00:00:00 2001 From: Garret Alfert Date: Fri, 15 Nov 2019 14:43:56 +0100 Subject: [PATCH] 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",