added kappa to special.lua
This commit is contained in:
parent
fd30578acd
commit
a66ad8ea56
@ -60,6 +60,15 @@ function run(msg, matches)
|
|||||||
send_photo(get_receiver(msg), "pictures/thyme.jpg", ok_cb, false)
|
send_photo(get_receiver(msg), "pictures/thyme.jpg", ok_cb, false)
|
||||||
elseif string.match(msg.text, "^[Yy][Oo][Ll][Oo]$") then
|
elseif string.match(msg.text, "^[Yy][Oo][Ll][Oo]$") then
|
||||||
return 'Hä YOLO?'
|
return 'Hä YOLO?'
|
||||||
|
elseif string.match(msg.text, "^/[Kk][Aa][Pp][Pp][Aa]$") then
|
||||||
|
return [[⠀⠀⠀⠀⣀⣀⣬⣥⣽⣿⣧⣤⢀⠀⠀⠀
|
||||||
|
⠀⠀⠀⠂⢯⣧⣿⣿⣿⣿⣿⣿⣿⣿⣷⠀
|
||||||
|
⠀⢨⣽⣾⣿⣿⣿⣿⡿⠛⠃⠉⠛⣿⣿⠀
|
||||||
|
⠀⠘⣿⣿⣿⡟⠁⠁⠀⠀⠀⠀⠨⣟⢿⠀
|
||||||
|
⠀⠀⠩⢿⠀⠀⠶⠾⢿⡿⠉⠿⣿⡿⢟⠀
|
||||||
|
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⣀⣀⣩⣦⣾⠀
|
||||||
|
⠀⠀⠀⠀⠀⠀⠀⠀⠠⡦⣺⣿⡿⣹⡏⠀
|
||||||
|
⠀⠀⠀⠀⠀⠀⠻⠅⢄⡀⢈⣻⠟⠀⠀⠀]]
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
||||||
@ -90,7 +99,8 @@ return {
|
|||||||
"^[A|a][H|h][A|a].[P|p][N|n][G|g]$",
|
"^[A|a][H|h][A|a].[P|p][N|n][G|g]$",
|
||||||
"^~?[P|p][O||o][I|i]$",
|
"^~?[P|p][O||o][I|i]$",
|
||||||
"^/[Tt][Hh][Yy][Mm][Ee]$",
|
"^/[Tt][Hh][Yy][Mm][Ee]$",
|
||||||
"^[Yy][Oo][Ll][Oo]$"
|
"^[Yy][Oo][Ll][Oo]$",
|
||||||
|
"^/[Kk][Aa][Pp][Pp][Aa]$"
|
||||||
},
|
},
|
||||||
run = run
|
run = run
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user