new pattern for stille.lua

This commit is contained in:
Akamaru 2015-08-17 02:30:00 +02:00
parent 642c499e6a
commit 0406f6a994

View File

@ -14,7 +14,7 @@ end
return { return {
description = "Es ist so still hier", description = "Es ist so still hier",
usage = {"Stille","*Stille*"}, 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 run = run
} }
end end