We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 2fbc5ed + 642b874 commit 7170830Copy full SHA for 7170830
lib/cog/chat/slack/formatter.ex
@@ -1,5 +1,5 @@
1
defmodule Cog.Chat.Slack.Formatter do
2
- @channel ~r/<\#(C.*)(\|(.*))?>/U
+ @channel ~r/<\#([CG].*)(\|(.*))?>/U
3
@user ~r/<\@(U.*)(\|(.*))?>/U
4
@command ~r/<\!(.*)(\|(.*))?>/U
5
@link ~r/<(.*)(\|(.*))?>/U
0 commit comments