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

12 lines
176 B
Lua
Raw Normal View History

2015-05-18 21:43:42 +02:00
function run(msg, matches)
return 'Deine Mudda is old!'
end
return {
description = "",
usage = {"#old"},
patterns = {"^#old$","^.#old$"},
2015-05-18 21:43:42 +02:00
run = run
}
--by Akamaru