@@ -83,9 +83,10 @@ class ForumReplacementService < Service
8383 'baseball' => 'throwing soccer' ,
8484 'basketball' => 'dribbling soccer' ,
8585 'bear' => '(ᵔᴥᵔ)' ,
86+ 'b e a r' => '( ᵔ ᴥ ᵔ )' ,
8687 'bears' => '(ᵔᴥᵔ)(ᵔᴥᵔ)' ,
87- 'beautiful' => "<em>bonita</e >" ,
88- 'B E A U T I F U L' => "<em>B O N I T A</e >" ,
88+ 'beautiful' => "<em>bonita</em >" ,
89+ 'B E A U T I F U L' => "<em>B O N I T A</em >" ,
8990 'billion' => 'giga-gob' ,
9091 'billions' => 'giga-gobs' ,
9192 'bird' => 'government spy drone' ,
@@ -376,6 +377,7 @@ class ForumReplacementService < Service
376377 'feo' => 'ugly</em>' ,
377378 'insurance' => 'the biggest scam known to man' ,
378379 'internet' => 'series of electrotubes' ,
380+ 'irl' => 'in meatspace' ,
379381 'lemonade' => 'sour drank' ,
380382 'kill' => 'deathsnuggle' ,
381383 'over here' => 'hither' ,
@@ -391,13 +393,16 @@ class ForumReplacementService < Service
391393 'Notebook.ai' => 'NotebookAnvil' ,
392394 'online' => 'on the interwebs' ,
393395 'highlighted' => 'becoming better' ,
396+ 'horrible prank' => 'horrible prank <em>' ,
394397 'rule' => 'law you must obey' ,
395398 'rules' => 'laws you must obey' ,
396399 'vampire' => '✨vampire✨' ,
397400 'vampires' => '✨vampires✨' ,
401+ 'voldemort' => 'he who shall not be named' ,
398402 'video' => 'series of images played in rapid succession to give the illusion of movement on a static screen' ,
399403 'volleyball' => 'beach air soccer' ,
400- 'why is this happening' => 'I think this is great'
404+ 'why is this happening' => 'I think this is great' ,
405+ 'yeet' => 'defenestrate'
401406 }
402407
403408 def self . replace_for ( text , user )
0 commit comments