new pattern for stille.lua

This commit is contained in:
Akamaru 2015-08-17 02:30:00 +02:00
parent 642c499e6a
commit 0406f6a994
1 changed files with 1 additions and 1 deletions

View File

@ -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