Skip to content

Commit

Permalink
add back uppercase owoing
Browse files Browse the repository at this point in the history
  • Loading branch information
Ketho committed Sep 2, 2019
1 parent a1d20ff commit 4eeab06
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions OwoSpeak.lua
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,9 @@ function SendChatMessage(msg, ...)
local whatsthis = random(10)
-- tempowawiwy wepwace winks with owos
local s = msg:gsub("|c.-|r", ReplaceLink)
s = s:gsub("[LR]", "W")
s = s:gsub("[lr]", "w")
s = s:gsub("U([^VW])", "UW%1")
s = s:gsub("u([^vw])", "uw%1")
s = s:gsub("ith " , "if ")
s = whatsthis <= 7 and s:gsub("([fps])([aeio]%w+)", "%1w%2") or s
Expand Down

0 comments on commit 4eeab06

Please sign in to comment.