From ab2f9da00cf09b444623b8def4753db7f50d1949 Mon Sep 17 00:00:00 2001 From: Akamaru Date: Sat, 12 Dec 2015 23:26:16 +0100 Subject: [PATCH] mu schi --- plugins/special.lua | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/plugins/special.lua b/plugins/special.lua index 25bb8c4..03ea0ef 100644 --- a/plugins/special.lua +++ b/plugins/special.lua @@ -116,13 +116,16 @@ function run(msg, matches) elseif string.match(msg.text, "[Vv][Aa]") then return 'gina' + elseif string.match(msg.text, "[Mm][Uu]") then + return 'schi' + end end return { description = "Ein Plugin mit nutzlosen Befehlen", usage = {""}, - patterns = {"^[Rr][Ii][Cc][Hh] [Bb][Ii][Tt][Cc][Hh]$", + patterns = {"[Rr][Ii][Cc][Hh] [Bb][Ii][Tt][Cc][Hh]", "^#[Oo][Ll][Dd]$", "^[Nn][Yy][Uu]$", "^[Nn][Oo][Pp][Ee].[Aa][Vv][Ii]$", @@ -153,7 +156,8 @@ return { "^/[Kk][Ii][Ll][Ll] (.*)", "^[Ii][Nn][Ll][Oo][Vv][Ee]$", "^[Pp][Ee]$", - "^[Vv][Aa]$" + "^[Vv][Aa]$", + "^[Mm][Uu]$" }, run = run }