From 0406f6a9944fc517814595c34bf5bbb8e36b134b Mon Sep 17 00:00:00 2001 From: Akamaru Date: Mon, 17 Aug 2015 02:30:00 +0200 Subject: [PATCH] new pattern for stille.lua --- plugins/stille.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/stille.lua b/plugins/stille.lua index b473f14..e70f265 100644 --- a/plugins/stille.lua +++ b/plugins/stille.lua @@ -14,7 +14,7 @@ end return { description = "Es ist so still hier", usage = {"Stille","*Stille*"}, - patterns = {"^[Ss][Tt][Ii][Ll][Ll][Ee]$","^(*)[Ss][Tt][Ii][Ll][Ll][Ee](*)$"}, + patterns = {"^[Ss][Tt][Ii][Ll][Ll][Ee].?$","^(*)[Ss][Tt][Ii][Ll][Ll][Ee](*)$"}, run = run } end