forked from ufokraana/leg_bot
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathAntiSpamRules-Added.json
More file actions
136 lines (136 loc) · 4.01 KB
/
AntiSpamRules-Added.json
File metadata and controls
136 lines (136 loc) · 4.01 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
{
"spam_rules": [
{
"name": "porn spam - naked",
"regularExpression": "naked-?(\\w+)\\.com/\\?ref="
},
{
"name": "porn spam - miss",
"regularExpression": "http://miss-?(\\w+)\\.com/\\?id="
},
{
"name": "Vine spam",
"regularExpression": "vine4you\\.com"
},
{
"name": "have to watch this",
"regularExpression": "^(?:you[_\\s]*(?:have[_\\s]*to|need[_\\s]*to|must|won'?t[_\\s]*regret[_\\s]*to|should|can't[_\\s]*miss|better))?[_\\s]*(?:open|open[_\\s]*up|watch|see|look[_\\s]*up|check[_\\s]*out|browse)[_\\s]*(?:tiny\\.tw|tinyurl\\.com|goo\\.gl|qr\\.net|0rz\\.tw|7\\.ly|bit\\.ly|tr\\.im|bit\\.do|x\\.co|2tu\\.us|2\\.gp|chilp\\.it|alturl\\.com|is\\.gd|u\\.to|adf\\.ly|clck\\.ru|ity\\.im|cutt\\.us)/[_\\S]+[_\\s]*(?:very[_\\s]*funny|I[_\\s]*lol'd|I[_\\s]*laughed[_\\s]*so[_\\s]*hard[_\\s]*I[_\\s]*pooped[_\\s]*a[_\\s]*little|better[_\\s]*than[_\\s]*games|so[_\\s]*funny|too[_\\s]*funny|I[_\\s]*nearly[_\\s]*died[_\\s]*because[_\\s]*of[_\\s]*the[_\\s]*laughing|must[_\\s]*see|such[_\\s]*funny,[_\\s]*very[_\\s]*joke|I[_\\s]*cannot[_\\s]*breathe|better[_\\s]*than[_\\s]*games)?[_\\s]*(?:XD|XDXD|X'D|haha|HAHA|rofl|ROFL|:D|:D:D|lol|LOL)?$"
},
{
"name": "microartist",
"regularExpression": "http://microartist\\.org"
},
{
"name": "adfly links",
"regularExpression": "adf\\.ly/\\S+"
},
{
"name": "codes4free",
"regularExpression": "codes4free\\.net"
},
{
"name": "steam-cards",
"regularExpression": "steam-cards\\.com"
},
{
"name": "feedeep",
"regularExpression": "feedeep\\.com"
},
{
"name": "steamcode",
"regularExpression": "http://steamcode\\.org/\\?ref="
},
{
"name": "TinyLinks",
"regularExpression": "tinylinks\\.co/\\S+"
},
{
"name": "clownsong",
"regularExpression": "clownsong\\.com"
},
{
"name": "topstreamers",
"regularExpression": "top\\W*streamers\\W*(?:dot)?\\W*com"
},
{
"name": "imgur spam links",
"regularExpression": "http://imgur\\. com/\\S+"
},
{
"name": "box drawing or block elements",
"regularExpression": "[\\u2500-\\u259F]{5}"
},
{
"name": "G2A referral",
"regularExpression": "Buy games for cheap, or earn money with them!"
},
{
"name": "mtgbot",
"regularExpression": "BloodTrail Boros fist bump to you! Todays Storm Count:"
},
{
"name": "steampromo",
"regularExpression": "steam-promo\\.com/\\?click="
},
{
"name": "j.mp spam",
"regularExpression": "j\\.mp/\\S+"
},
{
"name": "smitepromotions",
"regularExpression": "smitepromotions\\.com/\\S+"
},
{
"name": "Po.gl Spam",
"regularExpression": "po\\.gl/\\S+"
},
{
"name": "G2A Spam",
"regularExpression": "g2a\\.com/\\S+"
},
{
"name": "championship riven skin code",
"regularExpression": "https://www\\.youtube\\.com/watch\\?v=lV07LJEW3UA"
},
{
"name": "RAF2",
"regularExpression": "Get .Medieval.Twitch, Grey.Warwick and 5.000.IP from Riots .Refer.A.Friend on .RAF2.com"
},
{
"name": "Screamer",
"regularExpression": "strawpoIl\\.me/\\S+"
},
{
"name": "apo.af",
"regularExpression": "apo.af/\\S+"
},
{
"name": "gamepts.com",
"regularExpression": "gamepts\\.com/\\S+"
},
{
"name": "us.af spam",
"regularExpression": "us\\.af/\\S+"
},
{
"name": "No song requests",
"regularExpression": "!songrequest"
},
{
"name": "Link shorteners",
"regularExpression": "bit\\.ly"
},
{
"name": "Asian Chicks Spam",
"regularExpression": "For Asian guys, have you seen the Asian Gamer Chicks subreddit?"
},
{
"name": "goldmine",
"regularExpression": "why don't you put a banner for goldmine\\? \\(http://goo\\.gl/\\S+\\)"
},
{
"name": "gyazo spam",
"regularExpression": "gyazo\\.name/"
}
]
}