mö se ._.
This commit is contained in:
parent
8a6fbfdd0b
commit
04195d2f6b
@ -62,7 +62,7 @@ function run(msg, matches)
|
|||||||
elseif string.match(msg.text, "[Ll][Oo][Dd]") then
|
elseif string.match(msg.text, "[Ll][Oo][Dd]") then
|
||||||
return 'ಠ_ಠ'
|
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'
|
return 'se'
|
||||||
|
|
||||||
elseif string.match(msg.text, "[Ff][Rr][Oo][Ss][Cc][Hh]") then
|
elseif string.match(msg.text, "[Ff][Rr][Oo][Ss][Cc][Hh]") then
|
||||||
@ -143,7 +143,7 @@ return {
|
|||||||
"^/[Ii][Dd][Cc]$",
|
"^/[Ii][Dd][Cc]$",
|
||||||
"^/[Ll][Ff]$",
|
"^/[Ll][Ff]$",
|
||||||
"^/[Ll][Oo][Dd]$",
|
"^/[Ll][Oo][Dd]$",
|
||||||
"^[Mm]ö[Pp]$",
|
"^[Mm]ö[Pp]?$",
|
||||||
"^[Mm][Ee][Ee][Pp]$",
|
"^[Mm][Ee][Ee][Pp]$",
|
||||||
"^/[Ff][Rr][Oo][Ss][Cc][Hh]$",
|
"^/[Ff][Rr][Oo][Ss][Cc][Hh]$",
|
||||||
"^/[Bb][Aa][Rr][Uu][Ss][Aa][Mm][Ii][Kk][Oo][Ss][Uu]$",
|
"^/[Bb][Aa][Rr][Uu][Ss][Aa][Mm][Ii][Kk][Oo][Ss][Uu]$",
|
||||||
|
Reference in New Issue
Block a user