Skip to content

Commit

Permalink
Merge pull request #251 from eriemer1/main
Browse files Browse the repository at this point in the history
  • Loading branch information
earlduque authored Oct 5, 2023
2 parents 4dcd4cf + 9f11716 commit 775c38f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
activation_example: Please check the utah channel
regex:\butah\b
regex:(^|[^:\/\w])utah(?![\/\w])
flags:gmi
order:200
stop_processing:false
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
activation_example:vancouver
regex:\bvancouver\b
regex:(^|[^:\/\w])vancouver(?![\/\w])
flags:gmi
order:200
stop_processing:false
Expand Down

0 comments on commit 775c38f

Please sign in to comment.