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 14cef42529 new plugins
id.lua
old.lua
2015-05-18 21:43:42 +02:00

12 lines
166 B
Lua

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