We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ba18047 + 0962b13 commit a27a172Copy full SHA for a27a172
src/modules/mod.ts
@@ -5,7 +5,7 @@ import { rulesChannelId } from '../env';
5
// Most job posts are in this format:
6
// > [FOR HIRE][REMOTE][SOMETHING ELSE]
7
// > Hi, I'm ponyman6000. Hire me!
8
-const jobPostRegex = /^(?:\[[A-Z ]+\]\s*){2,}\n/i;
+const jobPostRegex = /^(?:\[[A-Z /-]+\]\s*){2,}\n/i;
9
10
const SPAM_CHANNEL_THRESHOLD = 3;
11
const SPAM_MAX_TIME = 5000;
0 commit comments