diff options
| author | jason | 2016-09-09 10:55:13 -0600 |
|---|---|---|
| committer | jason | 2016-09-09 10:55:13 -0600 |
| commit | 17206d877ce948c826fa06d88cfd553dec775126 (patch) | |
| tree | da12ed83f7b78856878f7cd85c8b557f0d5034eb /warmachine/connections/slack.py | |
| parent | 306e513d3199405d39fdbf48373de5fc7f67df6e (diff) | |
| download | warmachine-ng-17206d877ce948c826fa06d88cfd553dec775126.tar.gz warmachine-ng-17206d877ce948c826fa06d88cfd553dec775126.zip | |
Silence slack's on_reaction_added output when debugging
Diffstat (limited to 'warmachine/connections/slack.py')
| -rw-r--r-- | warmachine/connections/slack.py | 5 |
1 files changed, 5 insertions, 0 deletions
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): | |||
| 417 | # } | 417 | # } |
| 418 | # } | 418 | # } |
| 419 | 419 | ||
| 420 | def on_reaction_added(self, msg): | ||
| 421 | """ | ||
| 422 | When someone adds a reaction to a message | ||
| 423 | """ | ||
| 424 | |||
| 420 | # Invited to a public channel | 425 | # Invited to a public channel |
| 421 | # 2016-07-29 16:23:24,817 [DEBUG] SlackWS: on_channel_joined does not exist for message: {'type': 'channel_joined', 'chan | 426 | # 2016-07-29 16:23:24,817 [DEBUG] SlackWS: on_channel_joined does not exist for message: {'type': 'channel_joined', 'chan |
| 422 | # nel': {'members': ['U0286NL58', 'U1U05AF5J'], 'purpose': {'last_set': 0, 'creator': '', 'value': ''}, 'topic': {'last_s | 427 | # nel': {'members': ['U0286NL58', 'U1U05AF5J'], 'purpose': {'last_set': 0, 'creator': '', 'value': ''}, 'topic': {'last_s |