old/unused plugins
This commit is contained in:
11
plugins/pluginsold/old.lua
Normal file
11
plugins/pluginsold/old.lua
Normal 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]
|
Reference in New Issue
Block a user