Skip to content

Commit 83075fb

Browse files
author
root
committed
Restored FrankerZ to its rightful place in the filter replacements
1 parent 88cc6f0 commit 83075fb

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

plugins/NoSwear/NoSwearPlugin.php

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -8,15 +8,15 @@
88

99
class NoSwearPlugin extends Plugin {
1010
public $filterTo = array( // An array of strings to use as replacements for filtered words
11-
'bananas',
12-
'apples',
13-
'mangoes',
14-
'cherries',
15-
'grapes',
11+
'banana',
12+
'apple',
13+
'mango',
14+
'cherry',
15+
'grape',
1616
'kiwi',
17-
'dole',
18-
'murdock',
19-
'papayas',
17+
'papaya',
18+
'FrankerZ',
19+
'Fluffle Puff'
2020
);
2121

2222
private function _getWordlist($skipLinks = false) {

0 commit comments

Comments
 (0)