Skip to content
This repository was archived by the owner on Jun 8, 2023. It is now read-only.

Commit 62f147a

Browse files
author
Tom Bell
committed
Merge pull request #953 from jan0sch/demolition-man
Added some german swear words to the demoliton-man script.
2 parents b594aff + 3b82696 commit 62f147a

File tree

1 file changed

+11
-2
lines changed

1 file changed

+11
-2
lines changed

src/scripts/demolition-man.coffee

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,13 @@
1010
# Commands:
1111
#
1212
# Author:
13-
# whitman
13+
# whitman, jan0sch
1414

1515
module.exports = (robot) ->
1616

1717
words = [
18+
'arsch',
19+
'arschloch',
1820
'arse',
1921
'ass',
2022
'bastard',
@@ -26,15 +28,22 @@ module.exports = (robot) ->
2628
'cunt',
2729
'damn',
2830
'damnit',
31+
'depp',
2932
'dick',
3033
'douche',
3134
'fag',
35+
'fotze',
3236
'fuck',
3337
'fucked',
3438
'fucking',
39+
'kacke',
3540
'piss',
41+
'pisse',
42+
'scheisse',
43+
'schlampe',
3644
'shit',
37-
'wank'
45+
'wank',
46+
'wichser'
3847
]
3948
regex = new RegExp('(?:^|\\s)(' + words.join('|') + ')(?:\\s|\\.|\\?|!|$)', 'i');
4049

0 commit comments

Comments
 (0)