added frosch plugin

This commit is contained in:
Akamaru 2015-05-16 16:33:53 +02:00
parent 643d2554bf
commit b15c5a2f66

11
plugins/frosch.lua Normal file
View File

@ -0,0 +1,11 @@
function run(msg, matches)
return '🐸🐸🐸'
end
return {
description = "Sendet alle Emoticons",
usage = {"/frosch","/Frosch"},
patterns = {"^/frosch","^/Frosch"},
run = run
}
--by Akamaru