Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Handling for Channel events #553

Open
4 of 9 tasks
iancward opened this issue Feb 28, 2019 · 1 comment
Open
4 of 9 tasks

Handling for Channel events #553

iancward opened this issue Feb 28, 2019 · 1 comment
Labels
auto-triage-skip enhancement M-T: A feature request for new functionality

Comments

@iancward
Copy link

Description

Hello, I'd like to have Hubot be able to send notifications to a channel when a channel is created, archived, or deleted. I've found some code examples using robot.adapter.client?.on? 'raw_message' but when I used it, I received a deprecation warning:

WARNING SlackClient#on() is a deprecated method and will be removed in the next major version of hubot-slack. It is recommended not to use event handlers on the Slack clients directly. Please file an issue for any specific event type you need.
Issue tracker: <https://github.com/slackapi/hubot-slack/issues>
Event type: raw_message

It looks like there are some event handling capabilities already; however, I'd like to use these, which don't appear to be included:

channel_archive
channel_created
channel_deleted
channel_rename
channel_unarchive

What type of issue is this? (place an x in one of the [ ])

  • bug
  • enhancement (feature request)
  • question
  • documentation related
  • testing related
  • discussion

Requirements (place an x in each of the [ ])

  • I've read and understood the Contributing guidelines and have done my best effort to follow them.
  • I've read and agree to the Code of Conduct.
  • I've searched for any related issues and avoided creating a duplicate issue.

@seratch seratch added the enhancement M-T: A feature request for new functionality label Apr 14, 2020
@github-actions
Copy link

github-actions bot commented Dec 5, 2021

👋 It looks like this issue has been open for 30 days with no activity. We'll mark this as stale for now, and wait 10 days for an update or for further comment before closing this issue out.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
auto-triage-skip enhancement M-T: A feature request for new functionality
Projects
None yet
Development

No branches or pull requests

2 participants