Skip to content

Commit

Permalink
put the gremlins back in their box
Browse files Browse the repository at this point in the history
  • Loading branch information
drusepth committed Apr 2, 2024
1 parent 1fb26e1 commit 11febb8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion app/services/forum_replacement_service.rb
Original file line number Diff line number Diff line change
Expand Up @@ -456,6 +456,7 @@ class ForumReplacementService < Service
'flipflops' => 'slappy sandals',
'glove' => 'hand sock',
'gloves' => 'hand socks',
'g r e m l i n s' => 'f r i e n d s',
'guitar' => 'strumma-plucka',
'guitars' => 'strumma-pluckas',
'hairbrush' => 'tangle tamer',
Expand Down Expand Up @@ -526,7 +527,7 @@ class ForumReplacementService < Service
}

def self.replace_for(text, user)
gremlins_phase = 2
gremlins_phase = 1
replaced_text = text.dup

# Page tag replacements
Expand Down

0 comments on commit 11febb8

Please sign in to comment.