diff --git a/plugins/hello.lua b/plugins/hello.lua index e48dc1b..f9b13ba 100644 --- a/plugins/hello.lua +++ b/plugins/hello.lua @@ -7,7 +7,7 @@ return { description = "Says hello to someone", usage = "say hello to [name]", patterns = { - "^say hello to (.*)$". + "^say hello to (.*)$", "^Say hello to (.*)$" }, run = run