Entferne "nau"
This commit is contained in:
parent
a8daf23680
commit
1b674b2d30
@ -9,7 +9,6 @@ special.triggers = {
|
|||||||
"^[Nn][Ii][Ii](-)[Ss][Aa][Nn]$",
|
"^[Nn][Ii][Ii](-)[Ss][Aa][Nn]$",
|
||||||
"^[Nn][Ii][Ss][Ss][Aa][Nn]$",
|
"^[Nn][Ii][Ss][Ss][Aa][Nn]$",
|
||||||
"^/[Nn][Ee][Oo][Rr][Aa][Mm][Ee]$",
|
"^/[Nn][Ee][Oo][Rr][Aa][Mm][Ee]$",
|
||||||
"^/[Nn][Aa][Uu]$",
|
|
||||||
"^/[Ff][Tt][Tt]$",
|
"^/[Ff][Tt][Tt]$",
|
||||||
"^/[Ff][Tt][Ff]$",
|
"^/[Ff][Tt][Ff]$",
|
||||||
"^[Mm]ö[Pp]?$",
|
"^[Mm]ö[Pp]?$",
|
||||||
@ -59,9 +58,6 @@ function special:action(msg, config, matches)
|
|||||||
elseif msg_text:match("/[Nn][Ee][Oo][Rr][Aa][Mm][Ee]") then
|
elseif msg_text:match("/[Nn][Ee][Oo][Rr][Aa][Mm][Ee]") then
|
||||||
utilities.send_photo(msg.chat.id, download_to_file('http://img.ponywave.de/di/GM93/neorame.jpg'), nil, msg.message_id)
|
utilities.send_photo(msg.chat.id, download_to_file('http://img.ponywave.de/di/GM93/neorame.jpg'), nil, msg.message_id)
|
||||||
return
|
return
|
||||||
elseif msg_text:match("[Nn][Aa][Uu]") then
|
|
||||||
utilities.send_photo(msg.chat.id, download_to_file('http://img.ponywave.de/di/V1QH/nau.jpg'), nil, msg.message_id)
|
|
||||||
return
|
|
||||||
elseif msg_text:match("[Ff][Tt][Tt]") then
|
elseif msg_text:match("[Ff][Tt][Tt]") then
|
||||||
output = [[(╯°□°)╯︵ ┻━┻ FLIP THAT TABLE.
|
output = [[(╯°□°)╯︵ ┻━┻ FLIP THAT TABLE.
|
||||||
┻━┻ ︵ ヽ(°□°ヽ) FLIP THIS TABLE.
|
┻━┻ ︵ ヽ(°□°ヽ) FLIP THIS TABLE.
|
||||||
|
Reference in New Issue
Block a user