Skip to content

Commit 23e1c48

Browse files
authored
Merge pull request cursey#56 from poshwosh/patch-4
Update PartyChatMarketFilter filter list
2 parents c74bdd3 + b67e1fb commit 23e1c48

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

scripts/PartyChatMarketFilter.js

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,11 +33,20 @@
3333
var filter = [
3434
'b>',
3535
's>',
36+
'b:',
37+
's:',
38+
'b >',
39+
's >',
40+
'b.',
41+
's.',
42+
'b/',
43+
's/',
3644
't>',
3745
'tf>',
3846
'lf>',
3947
't4>',
40-
'l4>'
48+
'l4>',
49+
'trad'
4150
];
4251

4352
// Make all the filters lowercase to be case insensitive.

0 commit comments

Comments
 (0)