@@ -36,23 +36,23 @@ |
||
36 | 36 | 'strapon', |
37 | 37 | 'shag', |
38 | 38 | ], |
39 | - '0.9' => ['ugly', 'stupid', 'dumb', 'boobs', 'pish', 'fanny', 'slag', 'squirt'], |
|
40 | - '0.8' => ['silly', 'tits', 'pussy', 'sick', 'git', 'ass', 'poop'], |
|
41 | - '0.7' => ['shallow', 'foolish', 'nonce', 'bugger'], |
|
42 | - '0.6' => ['rednack', 'mindless', 'fat', 'nude', 'wft', 'snot'], |
|
43 | - '0.5' => ['bully', 'sneaky', 'greedy', 'creep'], |
|
44 | - '0.4' => ['superficial', 'numb', 'clown', 'villager'], |
|
45 | - '0.3' => ['fake', 'strange', 'ignorant', 'critical', 'nuts', 'cum', 'come'], |
|
46 | - '0.2' => ['useless', 'thoughtless', 'crazy', 'bollocks'], |
|
47 | - '0.1' => ['dude', 'pal', 'yo'], |
|
39 | + '0.9' => [ 'ugly', 'stupid', 'dumb', 'boobs', 'pish', 'fanny', 'slag', 'squirt' ], |
|
40 | + '0.8' => [ 'silly', 'tits', 'pussy', 'sick', 'git', 'ass', 'poop' ], |
|
41 | + '0.7' => [ 'shallow', 'foolish', 'nonce', 'bugger' ], |
|
42 | + '0.6' => [ 'rednack', 'mindless', 'fat', 'nude', 'wft', 'snot' ], |
|
43 | + '0.5' => [ 'bully', 'sneaky', 'greedy', 'creep' ], |
|
44 | + '0.4' => [ 'superficial', 'numb', 'clown', 'villager' ], |
|
45 | + '0.3' => [ 'fake', 'strange', 'ignorant', 'critical', 'nuts', 'cum', 'come' ], |
|
46 | + '0.2' => [ 'useless', 'thoughtless', 'crazy', 'bollocks' ], |
|
47 | + '0.1' => [ 'dude', 'pal', 'yo' ], |
|
48 | 48 | ]; |
49 | 49 | |
50 | 50 | private $phrases = [ |
51 | - '1.0' => ['dirty sanchez', 'gang bang', 'piss off'], |
|
52 | - '0.9' => ['swinger party', 'bloody hell', 'bugger off'], |
|
53 | - '0.8' => ['get staffed', 'get lost'], |
|
54 | - '0.7' => ['screw you', 'screw u'], |
|
55 | - '0.3' => ['white supremacy', 'black supremacy', 'ku klux klan', 'black people', 'white people'], |
|
51 | + '1.0' => [ 'dirty sanchez', 'gang bang', 'piss off' ], |
|
52 | + '0.9' => [ 'swinger party', 'bloody hell', 'bugger off' ], |
|
53 | + '0.8' => [ 'get staffed', 'get lost' ], |
|
54 | + '0.7' => [ 'screw you', 'screw u' ], |
|
55 | + '0.3' => [ 'white supremacy', 'black supremacy', 'ku klux klan', 'black people', 'white people' ], |
|
56 | 56 | ]; |
57 | 57 | |
58 | 58 | /** |