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/old.lua
Akamaru 2c489f64f1 few changes
new insider for insider.lua
update media_download.lua and old.lua
2015-05-21 17:06:45 +02:00

12 lines
176 B
Lua

function run(msg, matches)
return 'Deine Mudda is old!'
end
return {
description = "",
usage = {"#old"},
patterns = {"^#old$","^.#old$"},
run = run
}
--by Akamaru