old/unused plugins

This commit is contained in:
2015-06-16 21:40:12 +02:00
parent f228fea149
commit 77fadb1806
27 changed files with 1210 additions and 0 deletions

View File

@ -0,0 +1,11 @@
function run(msg, matches)
send_photo(get_receiver(msg), "pictures/nyu.jpg", ok_cb, false)
end
return {
description = "Nyu?",
usage = {"nyu"},
patterns = {"^[N|n][Y|y][U|u]$"},
run = run
}
--by Akamaru [https://ponywave.de]