diff --git a/plugins/special.lua b/plugins/special.lua index 27592db..dd6f906 100644 --- a/plugins/special.lua +++ b/plugins/special.lua @@ -62,7 +62,7 @@ function run(msg, matches) elseif string.match(msg.text, "[Ll][Oo][Dd]") then return 'ಠ_ಠ' - elseif string.match(msg.text, "[Mm]ö[Pp]") or string.match(msg.text, "[Mm][Ee][Ee][Pp]") then + elseif string.match(msg.text, "[Mm]ö[Pp]?") or string.match(msg.text, "[Mm][Ee][Ee][Pp]") then return 'se' elseif string.match(msg.text, "[Ff][Rr][Oo][Ss][Cc][Hh]") then @@ -143,7 +143,7 @@ return { "^/[Ii][Dd][Cc]$", "^/[Ll][Ff]$", "^/[Ll][Oo][Dd]$", - "^[Mm]ö[Pp]$", + "^[Mm]ö[Pp]?$", "^[Mm][Ee][Ee][Pp]$", "^/[Ff][Rr][Oo][Ss][Cc][Hh]$", "^/[Bb][Aa][Rr][Uu][Ss][Aa][Mm][Ii][Kk][Oo][Ss][Uu]$",