Skip to content

Commit 0bce64c

Browse files
Setting Scope is not mentioned in help text (#104)
1 parent a646d82 commit 0bce64c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

server/autolinkplugin/command.go

+1
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ const helpText = "###### Mattermost Autolink Plugin Administration\n" +
2929
`/autolink set Visa Pattern (?P<VISA>(?P<part1>4\d{3})[ -]?(?P<part2>\d{4})[ -]?(?P<part3>\d{4})[ -]?(?P<LastFour>[0-9]{4}))` + "\n" +
3030
"/autolink set Visa Template VISA XXXX-XXXX-XXXX-$LastFour\n" +
3131
"/autolink set Visa WordMatch true\n" +
32+
"/autolink set Visa Scope team/townsquare\n" +
3233
"/autolink test Vi 4356-7891-2345-1111 -- (4111222233334444)\n" +
3334
"/autolink enable Visa\n" +
3435
"```\n" +

0 commit comments

Comments
 (0)