Skip to content

Commit

Permalink
Merge pull request #1416 from operable/nmohoric/private-slack-redirec…
Browse files Browse the repository at this point in the history
…tion-bugfix

Allow redirection to private groups again
  • Loading branch information
nmohoric authored Jul 11, 2018
2 parents 2fbc5ed + 642b874 commit 7170830
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/cog/chat/slack/formatter.ex
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
defmodule Cog.Chat.Slack.Formatter do
@channel ~r/<\#(C.*)(\|(.*))?>/U
@channel ~r/<\#([CG].*)(\|(.*))?>/U
@user ~r/<\@(U.*)(\|(.*))?>/U
@command ~r/<\!(.*)(\|(.*))?>/U
@link ~r/<(.*)(\|(.*))?>/U
Expand Down

0 comments on commit 7170830

Please sign in to comment.