From 17206d877ce948c826fa06d88cfd553dec775126 Mon Sep 17 00:00:00 2001 From: jason Date: Fri, 9 Sep 2016 10:55:13 -0600 Subject: Silence slack's on_reaction_added output when debugging --- warmachine/connections/slack.py | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/warmachine/connections/slack.py b/warmachine/connections/slack.py index 8f408a3..41323a8 100644 --- a/warmachine/connections/slack.py +++ b/warmachine/connections/slack.py @@ -417,6 +417,11 @@ class SlackWS(Connection): # } # } + def on_reaction_added(self, msg): + """ + When someone adds a reaction to a message + """ + # Invited to a public channel # 2016-07-29 16:23:24,817 [DEBUG] SlackWS: on_channel_joined does not exist for message: {'type': 'channel_joined', 'chan # nel': {'members': ['U0286NL58', 'U1U05AF5J'], 'purpose': {'last_set': 0, 'creator': '', 'value': ''}, 'topic': {'last_s -- cgit v1.2.1