Merged some plugins

This commit is contained in:
Akamaru 2015-07-21 16:14:42 +02:00
parent 8c1d207544
commit 9631d569fa
5 changed files with 0 additions and 57 deletions

View File

@ -1,11 +0,0 @@
function run(msg, matches)
send_photo(get_receiver(msg), "pictures/aha.png", ok_cb, false)
end
return {
description = "Aha",
usage = {"aha.png"},
patterns = {"^aha.png$"},
run = run
}
--by Akamaru [https://ponywave.de]

View File

@ -1,13 +0,0 @@
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]

View File

@ -1,11 +0,0 @@
function run(msg, matches)
send_photo(get_receiver(msg), "pictures/luckystar/barusamikosu.jpg", ok_cb, false)
end
return {
description = "Balsamiko Essig!",
usage = {"/barusamiko","/barusamikosu","/Balsamiko Essig"},
patterns = {"^/barusamiko","^/barusamikosu","^/Balsamiko Essig"},
run = run
}
--by Akamaru [https://ponywave.de]

View File

@ -1,11 +0,0 @@
function run(msg, matches)
return '🐸🐸🐸'
end
return {
description = "🐸🐸🐸",
usage = {"/frosch","/Frosch"},
patterns = {"^/frosch","^/Frosch"},
run = run
}
--by Akamaru [https://ponywave.de]

View File

@ -1,11 +0,0 @@
function run(msg, matches)
return 'se'
end
return {
description = "Möpse? Meepse?",
usage = {"möp","Möp","meep","Meep"},
patterns = {"^möp$","Möp$","meep$","Meep$"},
run = run
}
--by Akamaru [https://ponywave.de]