Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
RedEnchilada committed Feb 9, 2015
2 parents d874b7d + 7a8a0da commit dcad857
Showing 1 changed file with 10 additions and 8 deletions.
18 changes: 10 additions & 8 deletions plugins/NoSwear/NoSwearPlugin.php
Expand Up @@ -8,15 +8,17 @@

class NoSwearPlugin extends Plugin {
public $filterTo = array( // An array of strings to use as replacements for filtered words
'bananas',
'apples',
'mangoes',
'cherries',
'grapes',
'banana',
'apple',
'mango',
'cherry',
'grape',
'kiwi',
'dole',
'murdock',
'papayas',
'papaya',
'FrankerZ',
'Fluffle Puff',
'batcave',
'Potato Knishes'
);

private function _getWordlist($skipLinks = false) {
Expand Down

0 comments on commit dcad857

Please sign in to comment.