pattern fix for hallo.lua

This commit is contained in:
Akamaru 2015-08-15 15:43:58 +02:00
parent 9be34bdceb
commit cd4c9c088c
1 changed files with 2 additions and 2 deletions

View File

@ -6,8 +6,8 @@ end
return {
description = "Miku sagt Hallo zu euch",
usage = {"Hallo","hallo"},
patterns = {"^Hallo$","^hallo$"},
usage = {"Hallo"},
patterns = {"^[Hh][Aa][Ll][Ll][Oo]"},
run = run
}
--by Akamaru [https://ponywave.de]