Browse Source

added connard ptin

feature/find_gromots
Figg 6 months ago
parent
commit
d3ef067e2b
1 changed files with 3 additions and 1 deletions
  1. 3
    1
      scripts/find_gromots.py

+ 3
- 1
scripts/find_gromots.py View File

@@ -25,7 +25,9 @@ gros_mots = [
25 25
     'niqu.*',
26 26
     'chi(é|e).*',
27 27
     'bais.*',
28
-    'couill.*'
28
+    'couill.*',
29
+    'conna(rd|sse)';
30
+    'pti?n'
29 31
     ]
30 32
 
31 33
 msg_gros_mots = findWords(export.messages, gros_mots)

Loading…
Cancel
Save