mö se ._.

This commit is contained in:
Akamaru 2016-02-02 16:14:11 +01:00
parent 8a6fbfdd0b
commit 04195d2f6b
1 changed files with 2 additions and 2 deletions

View File

@ -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]$",