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 }