11 lines
245 B
Lua
11 lines
245 B
Lua
function run(msg, matches)
|
|
send_photo(get_receiver(msg), "pictures/nau.jpg", ok_cb, false)
|
|
end
|
|
|
|
return {
|
|
description = "RTL Nau",
|
|
usage = {"/nau","/now"},
|
|
patterns = {"^/nau$","^/now$"},
|
|
run = run
|
|
}
|
|
--by Akamaru [https://ponywave.de] |