This repository has been archived on 2021-04-24. You can view files and clone it, but cannot push or open issues or pull requests.
Mikubot/plugins/aha.png.lua

11 lines
205 B
Lua
Raw Normal View History

2015-04-14 20:21:23 +02:00
function run(msg, matches)
2015-04-20 18:52:25 +02:00
send_photo(get_receiver(msg), "pictures/aha.png", ok_cb, false)
2015-04-14 20:21:23 +02:00
end
return {
description = "Aha",
usage = "aha.png",
patterns = {"^aha.png"},
run = run
2015-04-20 18:52:25 +02:00
}
--by Akamaru