From b15c5a2f664cdbf040f791e064279a29eb09b5a0 Mon Sep 17 00:00:00 2001 From: Akamaru Date: Sat, 16 May 2015 16:33:53 +0200 Subject: [PATCH] added frosch plugin --- plugins/frosch.lua | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 plugins/frosch.lua diff --git a/plugins/frosch.lua b/plugins/frosch.lua new file mode 100644 index 0000000..acde55a --- /dev/null +++ b/plugins/frosch.lua @@ -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 \ No newline at end of file