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 { return {
description = "Miku sagt Hallo zu euch", description = "Miku sagt Hallo zu euch",
usage = {"Hallo","hallo"}, usage = {"Hallo"},
patterns = {"^Hallo$","^hallo$"}, patterns = {"^[Hh][Aa][Ll][Ll][Oo]"},
run = run run = run
} }
--by Akamaru [https://ponywave.de] --by Akamaru [https://ponywave.de]