Browse Source

Important changes on this date2

pull/40/head
nonmakina 3 years ago
parent
commit
50a9f1d93f
  1. 7
      inc/instance-config.php

7
inc/instance-config.php

@ -392,12 +392,13 @@ $config['wordfilters'][] = array('/April fools/i', 'Marx\'s birthday', true);
$config['wordfilters'][] = array('/China/i', 'Taiwan', true);
$config['wordfilters'][] = array('/Retard/i', 'smart', true);
$config['wordfilters'][] = array('/Communism/i', 'social democracy', true);
$config['wordfilters'][] = array('/revolution/i', 'reforms', true);
$config['wordfilters'][] = array('/revolution /i', 'reforms ', true);
$config['wordfilters'][] = array('/revolutionary/i', 'reformist', true);
$config['wordfilters'][] = array('/Karl Marx/i', 'Ferdinand Lassalle', true);
$config['wordfilters'][] = array('/jewish nigger/i', 'dear friend', true);
$config['wordfilters'][] = array('/Lenin/i', 'Kautsky', true);
$config['wordfilters'][] = array('/Bourgeois/i', 'job creators', true);
$config['wordfilters'][] = array('/Bourgeois /i', 'Patrician ', true);
$config['wordfilters'][] = array('/vaush /i', 'Haz ', true);
$config['wordfilters'][] = array('/anarchists/i', 'vaushists', true);
$config['wordfilters'][] = array('/anarchy|anarchism/i', 'vaushism', true);
$config['wordfilters'][] = array('/Bourgeoisie/i', 'job creators', true);
@ -406,7 +407,7 @@ $config['wordfilters'][] = array('/breadtube/i', 'basedtube', true);
$config['wordfilters'][] = array('/tranny jannies/i', 'insanely based mods', true);
$config['wordfilters'][] = array('/tranny janny/i', 'a respectable member of the jannguard', true);
$config['wordfilters'][] = array('/anglo/i', 'black', true);
$config['wordfilters'][] = array('/Trotksy/i', 'Lenin\'s rightful heir', true);
$config['wordfilters'][] = array('/Trotksy /i', 'Trotsky, Lenin\'s rightful heir, ', true);
$config['wordfilters'][] = array('/Bookchin/i', 'Postchin', true);
$config['wordfilters'][] = array('/infrared/i', 'the cult', true);
$config['wordfilters'][] = array('/ pill/i', ' vaccine', true);

Loading…
Cancel
Save