From c4710016d1f842fefc5cb330efc6df4a2a3bc07d Mon Sep 17 00:00:00 2001 From: Akamaru Date: Fri, 27 Nov 2015 22:10:33 +0100 Subject: [PATCH] =?UTF-8?q?alive.lua:=20Miku=20reagiert=20nun=20auch=20auf?= =?UTF-8?q?=20=E3=83=9F=E3=82=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- plugins/alive.lua | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/plugins/alive.lua b/plugins/alive.lua index 6d4d600..f8c8769 100644 --- a/plugins/alive.lua +++ b/plugins/alive.lua @@ -9,7 +9,9 @@ return { description = "Ist der Bot noch da?", usage = {"Miku"}, patterns = {"^[Mm][Ii][Kk][Uu](?)$", - "^[Mm][Ii][Kk][Uu]$" + "^[Mm][Ii][Kk][Uu]$", + "^ミク$", + "^ミク(?)$" }, run = run }