Skip to content

Commit

Permalink
Restored FrankerZ to its rightful place in the filter replacements
Browse files Browse the repository at this point in the history
  • Loading branch information
root committed Jan 14, 2015
1 parent 88cc6f0 commit 83075fb
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions plugins/NoSwear/NoSwearPlugin.php
Expand Up @@ -8,15 +8,15 @@

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'
);

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

0 comments on commit 83075fb

Please sign in to comment.