maknz / slack

A simple PHP package for sending messages to Slack, with a focus on ease of use and elegant syntax.
BSD 2-Clause "Simplified" License
1.17k stars 204 forks source link

Add sticky channel option #67

Open soullivaneuh opened 8 years ago

soullivaneuh commented 8 years ago

Closes #40

With this option, all message will be sent to the default channel only.

This is useful for dev environment when you want to concentrate all test message to a specific test channel.

This was dicussed for a long time on #40 but we finally get an agreement with @Gummibeer at https://github.com/maknz/slack/issues/40#issuecomment-219778449 :wink:

@maknz Could you please review the code and merge it if it looks OK? Thanks.

soullivaneuh commented 8 years ago

Added a note on readme.

Fabiencdp commented 7 years ago
soullivaneuh commented 7 years ago

Any news about this MR? Thanks.