Merged some plugins

This commit is contained in:
2015-07-21 16:13:35 +02:00
parent d2edd0a9b3
commit 8c1d207544
6 changed files with 77 additions and 1 deletions

View File

@ -0,0 +1,13 @@

function run(msg, matches)
local user_name = get_name(msg)
return "Gomen'nasai "..user_name.."-sempai 😣"
end
return {
description = "So ein dummer Bot",
usage = {"Baka Bot","baka bot","Baka bot","baka Bot","BAKA BOT"},
patterns = {"baka bot","Baka bot","baka Bot","Baka Bot","BAKA BOT"},
run = run
}
--by Akamaru [https://ponywave.de]