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.
This commit is contained in:
galfert 2019-11-14 19:00:04 +01:00
parent 86c43dfb29
commit d5fc7ad105

View File

@ -60,7 +60,6 @@ application hal8000_path do
group "hubot" group "hubot"
content [ content [
"hubot-help", "hubot-help",
"hubot-read-tweet",
"hubot-redis-brain", "hubot-redis-brain",
"hubot-rules", "hubot-rules",
"hubot-shipit", "hubot-shipit",