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)
return 'Deine Mudda is old!'
end
return {
description = "",
usage = {"#old"},
patterns = {"^#old$","^.#old$"},
run = run
}
--by Akamaru [https://ponywave.de]