From d5fc7ad105f45ea2b8eb2033564e4474abfc77a9 Mon Sep 17 00:00:00 2001 From: Garret Alfert Date: Thu, 14 Nov 2019 19:00:04 +0100 Subject: [PATCH] Remove tweet reading from IRC 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 IRC version of the bot. --- site-cookbooks/kosmos-hubot/recipes/hal8000.rb | 1 - 1 file changed, 1 deletion(-) diff --git a/site-cookbooks/kosmos-hubot/recipes/hal8000.rb b/site-cookbooks/kosmos-hubot/recipes/hal8000.rb index 87e92c6..b40423f 100644 --- a/site-cookbooks/kosmos-hubot/recipes/hal8000.rb +++ b/site-cookbooks/kosmos-hubot/recipes/hal8000.rb @@ -60,7 +60,6 @@ application hal8000_path do group "hubot" content [ "hubot-help", - "hubot-read-tweet", "hubot-redis-brain", "hubot-rules", "hubot-shipit",